MSYS2-packages/libtool/0005-libtool-include-process.h.patch
2024-10-15 19:03:55 +08:00

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