diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-20 10:32:39 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-20 10:32:39 +0000 |
commit | bae1f49353c736eac337f2d5ad5cbe8826661c0d (patch) | |
tree | 654f1314acd414763faef5a51a4b38d872b278ed /sdpd/main.c | |
parent | 62e966161b2fae86eb3e7966b7b5d71d241c86bb (diff) |
Include sys/select.h for pselect()
Diffstat (limited to 'sdpd/main.c')
-rw-r--r-- | sdpd/main.c | 1 |
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> |