fixed some missing includes
[NeonServV5.git] / src / mysqlConn.c
index 867af65dccf8014afa546c88f43077d9094ce116..4673c7dbe7c8767014ee2d5586a4fb872cca91d6 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "mysqlConn.h"
 #include "ConfigParser.h"
+#include "tools.h"
 #define DATABASE_VERSION "20"
 
 static void show_mysql_error();