Merge pull request #32 from kevans91/gzdoom-freebsd-compile

<stdlib.h> has replaced <malloc.h> on FreeBSD as well
This commit is contained in:
coelckers 2015-12-11 09:25:18 +01:00
commit d80b15e608

View file

@ -49,7 +49,7 @@
#include <errno.h>
#include <stdarg.h>
#include <signal.h>
#if !defined(__APPLE__)
#if !defined(__APPLE__) && !defined(__FreeBSD__)
#include <malloc.h>
#endif
#include <time.h>