aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-06-20 14:26:02 +0000
committermarha <marha@users.sourceforge.net>2010-06-20 14:26:02 +0000
commit613f796c5d7850df96930ca94fa662191ce4d382 (patch)
tree07459f47d2662a3f48ad3ef61799cd6127967b42 /xorg-server/include
parente66a2779375c0aab603997d919d4c9619e4fa697 (diff)
downloadvcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.tar.gz
vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.tar.bz2
vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.zip
include unistd.h where strdup is used.
Diffstat (limited to 'xorg-server/include')
-rw-r--r--xorg-server/include/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/include/misc.h b/xorg-server/include/misc.h
index 7a9566d26..4c474464f 100644
--- a/xorg-server/include/misc.h
+++ b/xorg-server/include/misc.h
@@ -79,6 +79,7 @@ OF THIS SOFTWARE.
#include <X11/Xdefs.h>
#include <stddef.h>
+#include <unistd.h>
#ifdef _MSC_VER
#define inline __inline