summaryrefslogtreecommitdiff
path: root/src/common/malloc.h
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 13:33:11 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 13:33:11 +0000
commitc08b98ac167a79335ed19eca9d3e323147f5fbf1 (patch)
treec1b8caa0517105cdd58b4bbb43058aeb27a6fa5b /src/common/malloc.h
parentbe9a68f5b1e78d7e5be21b7553179814c55613fa (diff)
downloadhercules-c08b98ac167a79335ed19eca9d3e323147f5fbf1.tar.gz
hercules-c08b98ac167a79335ed19eca9d3e323147f5fbf1.tar.bz2
hercules-c08b98ac167a79335ed19eca9d3e323147f5fbf1.tar.xz
hercules-c08b98ac167a79335ed19eca9d3e323147f5fbf1.zip
* GCC on Cygwin still complaining, resorted to including limits.h in malloc.h
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5770 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/malloc.h')
-rw-r--r--src/common/malloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/malloc.h b/src/common/malloc.h
index e9dbb9d44..d6c6e50c4 100644
--- a/src/common/malloc.h
+++ b/src/common/malloc.h
@@ -15,6 +15,8 @@
#endif
#define ALC_MARK __FILE__, __LINE__, __func__
+#include "limits.h"
+
//////////////////////////////////////////////////////////////////////
// Whether to use Athena's built-in Memory Manager (enabled by default)
// To disable just comment the following line