summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-14 13:03:13 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:57:44 -0400
commitc08599f817172814aa993b2c40f69b21e92d9caa (patch)
tree51e7eceba97c040d49dc4cd88c2e3eb7d9dec8e2
parent3f2fdfd02619f06cc6e6a0ad5ecee4ece8cf0682 (diff)
downloadhercules-c08599f817172814aa993b2c40f69b21e92d9caa.tar.gz
hercules-c08599f817172814aa993b2c40f69b21e92d9caa.tar.bz2
hercules-c08599f817172814aa993b2c40f69b21e92d9caa.tar.xz
hercules-c08599f817172814aa993b2c40f69b21e92d9caa.zip
Fixed system-dependent error
don't ask me why. Special Thanks to Takkun~! :D Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r--src/plugins/db2sql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/db2sql.c b/src/plugins/db2sql.c
index e5630ee2d..d56fd9546 100644
--- a/src/plugins/db2sql.c
+++ b/src/plugins/db2sql.c
@@ -3,7 +3,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include "../config/core.h"
#include "../common/HPMi.h"
#include "../common/strlib.h"