aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxkbcommon/build.patch
blob: fc51387fc1cc0d9b200cbf008fb6df83a3987409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/tools/how-to-type.c b/tools/how-to-type.c
index 72aea1b..783373a 100644
--- a/tools/how-to-type.c
+++ b/tools/how-to-type.c
@@ -26,7 +26,9 @@
 #include <getopt.h>
 #include <stdbool.h>
 #include <stdlib.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif
 #include <errno.h>
 
 #include "xkbcommon/xkbcommon.h"
diff --git a/tools/tools-common.c b/tools/tools-common.c
index 8eb3f4b..8b22307 100644
--- a/tools/tools-common.c
+++ b/tools/tools-common.c
@@ -42,6 +42,7 @@
 #ifdef _WIN32
 #include <io.h>
 #include <windows.h>
+#include <process.h>
 #else
 #include <unistd.h>
 #include <termios.h>