summaryrefslogtreecommitdiffstats
path: root/external/apr/exit.patch
blob: 5db6a94717cb3dc6c6ae43c062a3f537dd41d533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- configure
+++ configure
@@ -23549,6 +23549,7 @@
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #ifdef WIN32
 #define binmode "b"
@@ -23910,6 +23910,7 @@
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #ifdef WIN32
 #define binmode "b"
@@ -24347,6 +24347,7 @@
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/uio.h>
 #ifdef WIN32