Module Name: src
Committed By: hannken
Date: Sat Jun 22 14:40:33 UTC 2019
Modified Files:
src/tools/compat: configure
Log Message:
Bring back two lines deleted by accident. From Kamil Rytarowski.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/tools/compat/configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/configure
diff -u src/tools/compat/configure:1.96 src/tools/compat/configure:1.97
--- src/tools/compat/configure:1.96 Sat Jun 22 13:42:53 2019
+++ src/tools/compat/configure Sat Jun 22 14:40:33 2019
@@ -5130,6 +5130,8 @@ else
# ifdef _MSC_VER
# include <malloc.h>
# define alloca _alloca
+# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
+# include <stdlib.h>
# else
# ifdef HAVE_ALLOCA_H
# include <alloca.h>