- replaced malloc.h with stdlib.h in thingdef_expression.cpp.
This commit is contained in:
parent
995169de58
commit
4751bffd5f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include "actor.h"
|
||||
#include "sc_man.h"
|
||||
#include "tarray.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue