diff options
author | Marco Peereboom <marco@conformal.com> | 2011-01-18 17:19:32 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-01-18 17:19:32 +0000 |
commit | 57c6557458fa194457c0da67432668763db1ac4b (patch) | |
tree | f77cb3ee9c8e529dec2833dab9366fee0d47384a | |
parent | 3c14f94cd732327859b6c0c5fe5d20b2b3f366b7 (diff) | |
download | xombrero-57c6557458fa194457c0da67432668763db1ac4b.tar.gz |
fix linux and freebsd builds by moving util.h out of scope.
from tdm
-rw-r--r-- | xxxterm.c | 1 |
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> |