diff options
-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> |