mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18 lines
275 B
Plaintext
18 lines
275 B
Plaintext
--- 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
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <stdlib.h>
|
|
+#else
|
|
#ifdef _AIX
|
|
#pragma alloca
|
|
#else
|
|
#include <alloca.h>
|
|
+#endif
|
|
#endif
|
|
|
|
#include <stdio.h>
|