summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'template.c')
-rw-r--r--template.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/template.c b/template.c
index 2193b276..cda54918 100644
--- a/template.c
+++ b/template.c
@@ -3,8 +3,16 @@
* This code is placed under the GPL.
* begun 2004-11-17 rgerhards
*/
+#ifdef __FreeBSD__
+#define BSD
+#endif
+
#include <stdio.h>
+#ifdef BSD
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include <string.h>
#include <ctype.h>
#include <assert.h>