Fixed undefined reference to 'malloc_set' in log.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8501 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
toms 2006-08-27 20:08:14 +00:00
parent 6dc1c19fdb
commit c92fc42ba2
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/08/27
* Fixed undefined reference to 'malloc_set' in log.c [Toms]
* Updated svn-revision reading, now it can read the new svn file system [Toms]
* Fixed a bug with homunc which could spawn on a non-walkable cell [Toms]
2006/08/26

View File

@ -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"