aboutsummaryrefslogtreecommitdiff
path: root/contrib/autotools-patches/0010-libtool-2.4.2-include-process-h-mod.patch
blob: c1301a1a692eb69430db5d4d16be326f93b93571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh
index 0418007..91276c2 100644
--- a/build-aux/ltmain.sh
+++ b/build-aux/ltmain.sh
@@ -4163,6 +4163,7 @@
 # include <unistd.h>
 # include <stdint.h>
 # ifdef __CYGWIN__
+#  include <process.h>
 #  include <io.h>
 # endif
 #endif