--- 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>
