Fixes for FreeBSD

This commit is contained in:
Robert Osfield
2004-05-12 20:31:58 +00:00
parent 5eafee1b83
commit 90579a0e17
2 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
#include <stdio.h>
// Where is malloc.h really needed?
#if !defined(__APPLE__) && !defined(macintosh)
#if !defined(__APPLE__) && !defined(macintosh) && !defined(__FreeBSD__)
#include <malloc.h>
#endif
#include <math.h>