2000-08-01 05:47:28 -04:00
|
|
|
--- src/Fm.h.orig Tue Aug 1 09:09:35 2000
|
|
|
|
+++ src/Fm.h Tue Aug 1 09:16:04 2000
|
|
|
|
@@ -19,10 +19,14 @@
|
|
|
|
#include <malloc.h>
|
|
|
|
#endif
|
2000-04-17 18:35:22 -04:00
|
|
|
|
2000-08-01 05:47:28 -04:00
|
|
|
+#ifdef __OpenBSD__
|
|
|
|
+#include <stdlib.h>
|
|
|
|
+#else
|
|
|
|
#ifdef _AIX
|
|
|
|
#pragma alloca
|
|
|
|
#else
|
|
|
|
#include <alloca.h>
|
|
|
|
+#endif
|
|
|
|
#endif
|
2000-04-17 18:35:22 -04:00
|
|
|
|
2000-08-01 05:47:28 -04:00
|
|
|
#include <stdio.h>
|