diff options
author | marha <marha@users.sourceforge.net> | 2013-04-15 09:50:01 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-04-15 09:50:01 +0200 |
commit | e50b38aebb733934db7ef3ec13c330407afd9ada (patch) | |
tree | 94dbe389fd268f38746ad7d374c57cccafa006e1 /apps/xrdb | |
parent | 527aeeb096cce731d40f1d9750503ff2b0c38d7c (diff) | |
download | vcxsrv-e50b38aebb733934db7ef3ec13c330407afd9ada.tar.gz vcxsrv-e50b38aebb733934db7ef3ec13c330407afd9ada.tar.bz2 vcxsrv-e50b38aebb733934db7ef3ec13c330407afd9ada.zip |
xrdb now compiles and links
Diffstat (limited to 'apps/xrdb')
-rw-r--r-- | apps/xrdb/xrdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/xrdb/xrdb.c b/apps/xrdb/xrdb.c index b7c9fa3aa..d086a603c 100644 --- a/apps/xrdb/xrdb.c +++ b/apps/xrdb/xrdb.c @@ -53,6 +53,7 @@ #include <errno.h> #include <stdlib.h> #include <stdarg.h> +#include <unistd.h> #ifdef NEED_SYS_PARAM_H # include <sys/param.h> /* defines MAXHOSTNAMELEN on BSD & Linux */ |