fixed some missing includes
[NeonServV5.git] / src / lang.c
index c7b6580dbfa704d019dd1c5c22e8f8430e0dafa3..22b0c77c24c9f468855f7bd870b3f455016a6ba6 100644 (file)
@@ -1,4 +1,4 @@
-/* lang.c - NeonServ v5.5
+/* lang.c - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -18,6 +18,7 @@
 #include "UserNode.h"
 #include "DBHelper.h"
 #include "mysqlConn.h"
+#include "tools.h"
 
 #define DEFAULT_LANG_TAG "EN"
 #define DEFAULT_LANG_NAME "English"