mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
18 lines
380 B
Plaintext
18 lines
380 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2009/02/15 16:05:43 jmcneill Exp $
|
|
|
|
--- lib/framework/wzglobal.h.orig 2008-12-21 13:41:15.000000000 -0500
|
|
+++ lib/framework/wzglobal.h
|
|
@@ -522,7 +522,11 @@
|
|
|
|
#elif defined(WZ_OS_UNIX)
|
|
# include <unistd.h>
|
|
-# include <alloca.h>
|
|
+# if defined(__linux__)
|
|
+# include <alloca.h>
|
|
+# else
|
|
+# include <stdlib.h>
|
|
+# endif
|
|
#endif /* WZ_OS_* */
|
|
|
|
|