summaryrefslogtreecommitdiff
path: root/src/map/log.c
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-27 20:08:14 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-27 20:08:14 +0000
commitb0ab4f37653c0feb127c7f4e8205528516ba81f0 (patch)
tree8014be91cc07d86c734a8f21e3aad4108911bfaa /src/map/log.c
parent95edabf40aaa4b14c46d5e085360998f54c4dc69 (diff)
downloadhercules-b0ab4f37653c0feb127c7f4e8205528516ba81f0.tar.gz
hercules-b0ab4f37653c0feb127c7f4e8205528516ba81f0.tar.bz2
hercules-b0ab4f37653c0feb127c7f4e8205528516ba81f0.tar.xz
hercules-b0ab4f37653c0feb127c7f4e8205528516ba81f0.zip
Fixed undefined reference to 'malloc_set' in log.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8501 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/log.c')
-rw-r--r--src/map/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/log.c b/src/map/log.c
index 02a77d0d2..09505d9ea 100644
--- a/src/map/log.c
+++ b/src/map/log.c
@@ -9,6 +9,7 @@
#include "../common/strlib.h"
#include "../common/nullpo.h"
#include "../common/showmsg.h"
+#include "../common/malloc.h"
#include "itemdb.h"
#include "map.h"
#include "log.h"