summaryrefslogtreecommitdiff
blob: ad8dc0e333420703e4db387d6b3f1383c1ebd932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/configure b/configure
index be42b2e..6a7efb0 100755
--- a/configure
+++ b/configure
@@ -13920,6 +13920,7 @@ else
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
+#include <stdlib.h>
 int fork() { exit(1); }
                                                  int vfork() { exit(1); }
                                                  extern char *getcwd();