summaryrefslogtreecommitdiff
path: root/src/common/malloc.h
diff options
context:
space:
mode:
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