/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
contrib/fixes-libtool/0010-libtool-2.4.2-include-process-h.patch
24 строки
566 B
Evgeny Grin (Karlson2k)
Updated libtool fixes
10 апр 2023, 15:39
Не верифицирован
10 апр 2023, 15:39
2854eab
Код
Авторство
О чём код?
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