mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 07:34:36 +00:00
Merge pull request #32 from kevans91/gzdoom-freebsd-compile
<stdlib.h> has replaced <malloc.h> on FreeBSD as well
This commit is contained in:
commit
d80b15e608
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue