Fix building on my pc

git-svn-id: https://svn.eduke32.com/eduke32@1438 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
qbix79 2009-06-22 09:52:30 +00:00
parent a1c1f36994
commit 072527fff5
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ DEALINGS IN THE SOFTWARE.
/*#define FULLSANITYCHECKS*/
#include "compat.h" /* For unreferenced Parameter */
#include "nedmalloc.h"
#ifdef _WIN32
#include <malloc.h>