diff options
| -rw-r--r-- | sdpd/main.c | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/sdpd/main.c b/sdpd/main.c index da14b967..d3fba1ac 100644 --- a/sdpd/main.c +++ b/sdpd/main.c @@ -34,11 +34,10 @@  #include <stdlib.h>  #include <signal.h>  #include <getopt.h> -#include <sys/stat.h> -#include <sys/socket.h> -  #define _XOPEN_SOURCE 600 +#include <sys/stat.h>  #include <sys/select.h> +#include <sys/socket.h>  #include <bluetooth/bluetooth.h>  #include <bluetooth/l2cap.h> | 
