diff options
author | marha <marha@users.sourceforge.net> | 2013-04-08 08:32:54 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-04-08 08:32:54 +0200 |
commit | 04c7a25640ae00136ba33177f375d7bfaa755a49 (patch) | |
tree | 8888def5309c3656cf7dabca4987a960387aed8f /libXau/AuUnlock.c | |
parent | a4505330e3469b6956348812ff2d6c24f812a8ba (diff) | |
download | vcxsrv-04c7a25640ae00136ba33177f375d7bfaa755a49.tar.gz vcxsrv-04c7a25640ae00136ba33177f375d7bfaa755a49.tar.bz2 vcxsrv-04c7a25640ae00136ba33177f375d7bfaa755a49.zip |
Solved link errors in libXau
Diffstat (limited to 'libXau/AuUnlock.c')
-rw-r--r-- | libXau/AuUnlock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libXau/AuUnlock.c b/libXau/AuUnlock.c index b81724600..7a0c3a881 100644 --- a/libXau/AuUnlock.c +++ b/libXau/AuUnlock.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. #ifdef HAVE_CONFIG_H #include <config.h> #endif +#ifdef HAVE_UNISTD_H +# include <unistd.h> +#endif #include <X11/Xauth.h> #include <X11/Xos.h> |