fixed some missing includes
[NeonServV5.git] / src / timeq.c
index b71bb7569f42480450017870cb693b063f49c3e0..c95068ddaf0ea128c4ff108f4ee07fc5a703c975 100644 (file)
@@ -1,4 +1,4 @@
-/* timeq.c - NeonServ v5.5
+/* timeq.c - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -17,6 +17,7 @@
 
 #include "timeq.h"
 #include "IOHandler.h"
+#include "tools.h"
 
 static struct timeq_entry *timeq_events;
 #ifdef HAVE_THREADS