summaryrefslogtreecommitdiffstats
path: root/sdpd/request.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-03 06:11:19 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-03 06:11:19 +0000
commitf06f701cd50b80c01081b40e69943adbb405e665 (patch)
treef6374d12832bb8101b22a1b4eaba656cd93ddd0d /sdpd/request.c
parent1d3715db11f573060cb02a2b7b7c44f06607d337 (diff)
Don't include sdp_internal.h
Diffstat (limited to 'sdpd/request.c')
-rw-r--r--sdpd/request.c3
1 files changed, 2 insertions, 1 deletions
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"