diff options
author | shennetsind <ind@henn.et> | 2013-06-14 13:03:13 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-14 13:03:13 -0300 |
commit | 1c69264cf2f389e887a398b95454761fcb1bb4b6 (patch) | |
tree | 4725ab6fa46601375c6445339e962c03dbc6f9d7 | |
parent | 833f18c281505e25dee445061e72edc6decba6ee (diff) | |
download | hercules-1c69264cf2f389e887a398b95454761fcb1bb4b6.tar.gz hercules-1c69264cf2f389e887a398b95454761fcb1bb4b6.tar.bz2 hercules-1c69264cf2f389e887a398b95454761fcb1bb4b6.tar.xz hercules-1c69264cf2f389e887a398b95454761fcb1bb4b6.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" |