summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-09-20 10:32:39 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-09-20 10:32:39 +0000
commitbae1f49353c736eac337f2d5ad5cbe8826661c0d (patch)
tree654f1314acd414763faef5a51a4b38d872b278ed
parent62e966161b2fae86eb3e7966b7b5d71d241c86bb (diff)
Include sys/select.h for pselect()
-rw-r--r--sdpd/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdpd/main.c b/sdpd/main.c
index 15a95b05..1de73368 100644
--- a/sdpd/main.c
+++ b/sdpd/main.c
@@ -37,6 +37,7 @@
#include <getopt.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
+#include <sys/select.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>