mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:49:00 +08:00
13 lines
277 B
Diff
13 lines
277 B
Diff
|
diff --git a/src/XlibInt.c b/src/XlibInt.c
|
||
|
index bab39bc00..31b6511cb 100644
|
||
|
--- a/src/XlibInt.c
|
||
|
+++ b/src/XlibInt.c
|
||
|
@@ -45,6 +45,7 @@ from The Open Group.
|
||
|
#include <stdio.h>
|
||
|
#ifdef WIN32
|
||
|
#include <direct.h>
|
||
|
+#include <io.h>
|
||
|
#endif
|
||
|
|
||
|
/* Needed for FIONREAD on Solaris */
|