]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
event: add missing <time.h> include
authorVincent Bernat <bernat@luffy.cx>
Tue, 16 Apr 2013 21:40:35 +0000 (23:40 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 16 Apr 2013 21:40:35 +0000 (23:40 +0200)
src/daemon/event.c

index 07734bb9ab80a9f3e7267f7fd70505cc447dcac6..1471c1cc460db9046fdfab0013a390227d4d3c5f 100644 (file)
@@ -20,6 +20,7 @@
 #include <unistd.h>
 #include <signal.h>
 #include <errno.h>
+#include <time.h>
 #include <event2/event.h>
 #include <event2/bufferevent.h>
 #include <event2/buffer.h>