mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
5fa92f467e
* Update PowerShell to 7.3.6 * Add asan install as requested by @Neumann-A * Use 1ES for Android docker hosts. * Update pools. * Update patch tuesday checklist to reflect 1ES. * [openslide] Fix missing header. * [libxt] Add missing header.
15 lines
351 B
Diff
15 lines
351 B
Diff
diff --git a/src/Shell.c b/src/Shell.c
|
|
index fcf10a5..67e24bf 100644
|
|
--- a/src/Shell.c
|
|
+++ b/src/Shell.c
|
|
@@ -90,6 +90,9 @@ in this Software without prior written authorization from The Open Group.
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
+#ifdef _WIN32
|
|
+#include <process.h>
|
|
+#endif // _WIN32
|
|
|
|
#ifdef EDITRES
|
|
#include <X11/Xmu/Editres.h>
|