summaryrefslogtreecommitdiffstats
path: root/sdpd
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd')
-rw-r--r--sdpd/cstate.c1
-rw-r--r--sdpd/request.c3
-rw-r--r--sdpd/service.c3
-rw-r--r--sdpd/servicedb.c2
4 files changed, 5 insertions, 4 deletions
diff --git a/sdpd/cstate.c b/sdpd/cstate.c
index e9b51832..494292ac 100644
--- a/sdpd/cstate.c
+++ b/sdpd/cstate.c
@@ -37,7 +37,6 @@
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#include <bluetooth/sdp_internal.h>
#include "sdpd.h"
diff --git a/sdpd/request.c b/sdpd/request.c
index 2354e40e..ff3b5642 100644
--- a/sdpd/request.c
+++ b/sdpd/request.c
@@ -36,10 +36,11 @@
*/
#include <malloc.h>
+#include <syslog.h>
+#include <netinet/in.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#include <bluetooth/sdp_internal.h>
#include "sdpd.h"
diff --git a/sdpd/service.c b/sdpd/service.c
index 171a086d..4d03c917 100644
--- a/sdpd/service.c
+++ b/sdpd/service.c
@@ -34,9 +34,10 @@
* $Id$
*/
+#include <netinet/in.h>
+
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#include <bluetooth/sdp_internal.h>
#include "sdpd.h"
diff --git a/sdpd/servicedb.c b/sdpd/servicedb.c
index d0b2b85e..36035a81 100644
--- a/sdpd/servicedb.c
+++ b/sdpd/servicedb.c
@@ -38,13 +38,13 @@
*/
#include <malloc.h>
+#include <syslog.h>
#include <sys/socket.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"