mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-18 15:11:46 +00:00
<stdlib.h> has replaced <malloc.h> on FreeBSD as well
This commit is contained in:
parent
5b4323ec6c
commit
841ddb0d63
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