aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxkbcommon/build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libxkbcommon/build.patch')
-rw-r--r--vcpkg/ports/libxkbcommon/build.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/libxkbcommon/build.patch b/vcpkg/ports/libxkbcommon/build.patch
new file mode 100644
index 0000000..fc51387
--- /dev/null
+++ b/vcpkg/ports/libxkbcommon/build.patch
@@ -0,0 +1,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>