diff options
author | shennetsind <ind@henn.et> | 2013-06-14 13:03:13 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:57:44 -0400 |
commit | c08599f817172814aa993b2c40f69b21e92d9caa (patch) | |
tree | 51e7eceba97c040d49dc4cd88c2e3eb7d9dec8e2 | |
parent | 3f2fdfd02619f06cc6e6a0ad5ecee4ece8cf0682 (diff) | |
download | hercules-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.c | 1 |
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" |