- replaced malloc.h with stdlib.h in thingdef_expression.cpp.

This commit is contained in:
Christoph Oelckers 2016-02-05 01:26:29 +01:00
parent 995169de58
commit 4751bffd5f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
** **
*/ */
#include <malloc.h> #include <stdlib.h>
#include "actor.h" #include "actor.h"
#include "sc_man.h" #include "sc_man.h"
#include "tarray.h" #include "tarray.h"