mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- 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…
Reference in a new issue