diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-03 06:04:35 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-03 06:04:35 +0000 |
commit | 1d3715db11f573060cb02a2b7b7c44f06607d337 (patch) | |
tree | 53e9b7eca91253c4c19e2cba3679d3c6084000a7 /sdpd/main.c | |
parent | b215047988241418ccbcaa41c07366ea637678c7 (diff) |
Update BlueZ library configuration
Diffstat (limited to 'sdpd/main.c')
-rw-r--r-- | sdpd/main.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sdpd/main.c b/sdpd/main.c index fea283f2..132539d5 100644 --- a/sdpd/main.c +++ b/sdpd/main.c @@ -34,23 +34,29 @@ /* * $Id$ */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <unistd.h> #include <stdio.h> #include <errno.h> #include <signal.h> +#include <syslog.h> #include <getopt.h> #include <sys/un.h> #include <sys/select.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <sys/socket.h> +#include <netinet/in.h> #include <bluetooth/bluetooth.h> #include <bluetooth/l2cap.h> #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> -#include <bluetooth/sdp_internal.h> #include "sdpd.h" |