mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
<stdlib.h> has replaced <malloc.h> on FreeBSD as well
This commit is contained in:
parent
94c397b868
commit
7c6237e134
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ extern HWND Window;
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
#ifdef __APPLE__
|
#if defined(__FreeBSD__) || defined(__APPLE__)
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#elif __sun
|
#elif __sun
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
|
|
Loading…
Reference in a new issue