diff options
author | marha <marha@users.sourceforge.net> | 2011-03-28 06:02:23 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-28 06:02:23 +0000 |
commit | 0d9293f57738117231d77df831b6569d4f0739f2 (patch) | |
tree | 9697ae2d79c3f85b742fa9ad4dea5b47a94c494b /libXt/src/Selection.c | |
parent | 41a502478a2972358dec934d82ee401c61a5cd36 (diff) | |
download | vcxsrv-0d9293f57738117231d77df831b6569d4f0739f2.tar.gz vcxsrv-0d9293f57738117231d77df831b6569d4f0739f2.tar.bz2 vcxsrv-0d9293f57738117231d77df831b6569d4f0739f2.zip |
Solved compilation problems
Diffstat (limited to 'libXt/src/Selection.c')
-rw-r--r-- | libXt/src/Selection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libXt/src/Selection.c b/libXt/src/Selection.c index 6040527bc..841e25a9e 100644 --- a/libXt/src/Selection.c +++ b/libXt/src/Selection.c @@ -76,6 +76,7 @@ in this Software without prior written authorization from The Open Group. #include "SelectionI.h"
#include <X11/Xatom.h>
#include <stdio.h>
+#include <unistd.h>
void _XtSetDefaultSelectionTimeout(
unsigned long *timeout)
|