From 8acfe83cb4c50807eec1f261f5ee2eb8fb4025b2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 26 Oct 2008 15:32:51 +0100 Subject: add missing inclusion of sys/time.h --- libdaemon/dpid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libdaemon/dpid.c b/libdaemon/dpid.c index 4943ee0..39814f1 100644 --- a/libdaemon/dpid.c +++ b/libdaemon/dpid.c @@ -35,6 +35,7 @@ #include #include #include +#include #include "dpid.h" #include "dlog.h" -- cgit