Add include for stdlib.h needed for malloc call.

This commit is contained in:
Adam Olsen 2001-03-29 13:13:28 +00:00
parent 95d116eac0
commit 9b31fca76d

View file

@ -36,6 +36,8 @@
# include <strings.h>
#endif
#include <stdlib.h>
#include "QF/qendian.h"
#include "QF/quakefs.h"
#include "QF/sys.h"