src/rrdd.[ch]: Implemented flushing of dead values once in a while.
[rrdd.git] / src / rrdd.h
index 21801b3..75c1e1b 100644 (file)
@@ -68,6 +68,8 @@
 #include <pthread.h>
 #include <errno.h>
 #include <assert.h>
+#include <sys/time.h>
+#include <time.h>
 
 #include "config.h"