25 lines
566 B
Diff
25 lines
566 B
Diff
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
|
|
index 0418007..91276c2 100644
|
|
--- a/build-aux/ltmain.in
|
|
+++ b/build-aux/ltmain.in
|
|
@@ -4163,6 +4163,7 @@
|
|
# include <unistd.h>
|
|
# include <stdint.h>
|
|
# ifdef __CYGWIN__
|
|
+# include <process.h>
|
|
# include <io.h>
|
|
# endif
|
|
#endif
|
|
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
|