summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-14 13:03:13 -0300
committershennetsind <ind@henn.et>2013-06-14 13:03:13 -0300
commit1c69264cf2f389e887a398b95454761fcb1bb4b6 (patch)
tree4725ab6fa46601375c6445339e962c03dbc6f9d7 /src
parent833f18c281505e25dee445061e72edc6decba6ee (diff)
downloadhercules-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>
Diffstat (limited to 'src')
-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"