summaryrefslogtreecommitdiffstats
path: root/sdpd/request.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-03 08:27:06 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-03 08:27:06 +0000
commitf3b2f00568b83b26308e0e84bf20316f65747f86 (patch)
treea5ebaaadde680358c1085668db8fb4c4f38afd99 /sdpd/request.c
parent6f84ccd25d72e5b1a836bd2c44b95798a3972a6c (diff)
Use unaligned access functions from core library
Diffstat (limited to 'sdpd/request.c')
-rw-r--r--sdpd/request.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdpd/request.c b/sdpd/request.c
index ff3b5642..f587cada 100644
--- a/sdpd/request.c
+++ b/sdpd/request.c
@@ -38,7 +38,9 @@
#include <malloc.h>
#include <syslog.h>
#include <netinet/in.h>
+#include <sys/socket.h>
+#include <bluetooth/bluetooth.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>