* Fix warning about implicit declaration of memset
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2176 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
2b00b2e4c1
commit
763d707f02
|
@ -40,6 +40,7 @@
|
|||
#ifdef EDITORWORLD
|
||||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
#define MALLOC(a) malloc(a)
|
||||
#define FREE(a) free(a); a = NULL;
|
||||
|
|
Loading…
Reference in New Issue