19 lines
389 B
Diff
19 lines
389 B
Diff
[PATCH] libtool: include process.h
|
|
|
|
---
|
|
build-aux/ltmain.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
|
|
index 97810d08..e3c77f29 100644
|
|
--- a/build-aux/ltmain.in
|
|
+++ b/build-aux/ltmain.in
|
|
@@ -3654,6 +3654,7 @@ EOF
|
|
# include <unistd.h>
|
|
# include <stdint.h>
|
|
# ifdef __CYGWIN__
|
|
+# include <process.h>
|
|
# include <io.h>
|
|
# endif
|
|
#endif
|