summaryrefslogtreecommitdiff
path: root/src/common/db.c
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-06-18 10:13:19 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-06-18 10:13:19 +0000
commitb55e11eec98aa968500e6b63729c9bb813427fe4 (patch)
tree3faafeb1b02dffe85626796cdbb6e5e9a2dd281b /src/common/db.c
parent8af17f9980ea44989c273ba96bd6ba673847744d (diff)
downloadhercules-b55e11eec98aa968500e6b63729c9bb813427fe4.tar.gz
hercules-b55e11eec98aa968500e6b63729c9bb813427fe4.tar.bz2
hercules-b55e11eec98aa968500e6b63729c9bb813427fe4.tar.xz
hercules-b55e11eec98aa968500e6b63729c9bb813427fe4.zip
* Fixed missing strlib.h include for compilers without own 'strnlen' implementation (since r14853).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14855 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/db.c')
-rw-r--r--src/common/db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/db.c b/src/common/db.c
index cd39f7a4b..e3b0a37a6 100644
--- a/src/common/db.c
+++ b/src/common/db.c
@@ -74,6 +74,7 @@
#include "../common/malloc.h"
#include "../common/showmsg.h"
#include "../common/ers.h"
+#include "../common/strlib.h"
/*****************************************************************************\
* (1) Private typedefs, enums, structures, defines and global variables of *