diff options
author | marha <marha@users.sourceforge.net> | 2011-05-09 10:21:35 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-09 10:21:35 +0000 |
commit | 16c01fa941df4711a1e58dd2c05aa8ded5f1a442 (patch) | |
tree | 49b360bec35f31d4f4074f3eb469923002016161 /libX11/modules/im/ximcp/imInt.c | |
parent | 5bb5135182a1a50b1b6659d8aa5168ebfbe71979 (diff) | |
download | vcxsrv-16c01fa941df4711a1e58dd2c05aa8ded5f1a442.tar.gz vcxsrv-16c01fa941df4711a1e58dd2c05aa8ded5f1a442.tar.bz2 vcxsrv-16c01fa941df4711a1e58dd2c05aa8ded5f1a442.zip |
Removed compile time warnings
Diffstat (limited to 'libX11/modules/im/ximcp/imInt.c')
-rw-r--r-- | libX11/modules/im/ximcp/imInt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libX11/modules/im/ximcp/imInt.c b/libX11/modules/im/ximcp/imInt.c index f4ce9cea0..e9371827d 100644 --- a/libX11/modules/im/ximcp/imInt.c +++ b/libX11/modules/im/ximcp/imInt.c @@ -29,6 +29,7 @@ PERFORMANCE OF THIS SOFTWARE. #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <unistd.h>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <X11/Xmd.h>
|