fixed some missing includes
[NeonServV5.git] / src / timeq.c
index 0136c51a473f6b8b0bde5b9fd1026267a6a26672..c95068ddaf0ea128c4ff108f4ee07fc5a703c975 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "timeq.h"
 #include "IOHandler.h"
+#include "tools.h"
 
 static struct timeq_entry *timeq_events;
 #ifdef HAVE_THREADS