mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 18:31:27 +00:00
Add include for stdlib.h needed for malloc call.
This commit is contained in:
parent
95d116eac0
commit
9b31fca76d
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
Loading…
Reference in a new issue