qbsp: include stdlib.h instead of malloc.h
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
5df0b0c27a
commit
f561e6867f
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "qbsp.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue