mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:55:50 +08:00
16 lines
360 B
Diff
16 lines
360 B
Diff
|
diff --git a/src/GetHost.c b/src/GetHost.c
|
||
|
index 2f0bccded..2d698f664 100644
|
||
|
--- a/src/GetHost.c
|
||
|
+++ b/src/GetHost.c
|
||
|
@@ -35,7 +35,10 @@ in this Software without prior written authorization from The Open Group.
|
||
|
#endif
|
||
|
#include <X11/Xosdefs.h>
|
||
|
#include <string.h>
|
||
|
+
|
||
|
+#ifdef HAVE_UNISTD_H
|
||
|
#include <unistd.h>
|
||
|
+#endif
|
||
|
|
||
|
#ifdef WIN32
|
||
|
#include <X11/Xlibint.h>
|