Merge remote-tracking branch 'origin/development'
[NeonServV5.git] / src / ChanNode.c
index 4dd16b34744ad6b313622778bfd5d0d5b26a56e2..41bbd455fd9d0df9783eb13860434ab700f86175 100644 (file)
@@ -1,4 +1,4 @@
-/* ChanNode.c - NeonServ v5.5
+/* ChanNode.c - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -21,6 +21,7 @@
 #include "modcmd.h"
 #include "ModeNode.h"
 #include "IRCEvents.h"
+#include "tools.h"
 
 static struct ChanNode **chanList;