summaryrefslogtreecommitdiffstats
path: root/libdaemon/dpid.c
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-28 23:55:00 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-28 23:55:00 +0000
commit114621ca1b0a02f6cb12cf29c5f700da79c57a8d (patch)
tree975cd3771519c1ee2685fd0fc66ac80db1f958d2 /libdaemon/dpid.c
parent12ca6bf367c9903d97b9cac6297e3df422c3cd44 (diff)
fixes needed for windows and solaris
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@94 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'libdaemon/dpid.c')
-rw-r--r--libdaemon/dpid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdaemon/dpid.c b/libdaemon/dpid.c
index c01ed0a..b2e113c 100644
--- a/libdaemon/dpid.c
+++ b/libdaemon/dpid.c
@@ -32,6 +32,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
+#include <sys/select.h>
#include <fcntl.h>
#include <stddef.h>