fix building with gcc 4.x

This commit is contained in:
Gremlin from Kremlin
2009-04-04 09:51:04 +00:00
parent 7f469be929
commit 5d1ed88a16
15 changed files with 32 additions and 10 deletions

View File

@@ -46,7 +46,7 @@
#include <limits.h>
#include <stdlib.h>
#include <gdbgerr.h>
#include <stdlib.h>
#include <gdefs.h>
#include <gmemdbg.h>
#include <gdbgtrk.h>
#include <gstrall.h>

View File

@@ -37,6 +37,7 @@
#include <gmoarea.h>
#include <limits.h>
#include <gdefs.h>
#include <gusrmax.h>