fixed some missing includes
[NeonServV5.git] / src / lang.c
index 9166fa41d2aabf7d0539c06d950b11a2f0b38520..22b0c77c24c9f468855f7bd870b3f455016a6ba6 100644 (file)
@@ -1,4 +1,4 @@
-/* lang.c - NeonServ v5.4
+/* 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"