about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-01-18 17:19:32 +0000
committerMarco Peereboom <marco@conformal.com>2011-01-18 17:19:32 +0000
commit57c6557458fa194457c0da67432668763db1ac4b (patch)
treef77cb3ee9c8e529dec2833dab9366fee0d47384a /xxxterm.c
parent3c14f94cd732327859b6c0c5fe5d20b2b3f366b7 (diff)
downloadxombrero-57c6557458fa194457c0da67432668763db1ac4b.tar.gz
fix linux and freebsd builds by moving util.h out of scope.
from tdm
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 587eb53..0ef2084 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -36,7 +36,6 @@
 #include <pwd.h>
 #include <string.h>
 #include <unistd.h>
-#include <util.h>
 #include <pthread.h>
 #include <dlfcn.h>
 #include <errno.h>