summaryrefslogtreecommitdiffstats
path: root/src/sdpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdpd.h')
-rw-r--r--src/sdpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdpd.h b/src/sdpd.h
index 194d45cb..009c4eed 100644
--- a/src/sdpd.h
+++ b/src/sdpd.h
@@ -28,6 +28,7 @@
#include <bluetooth/sdp.h>
#ifdef SDP_DEBUG
+#include <syslog.h>
#define SDPDBG(fmt, arg...) syslog(LOG_DEBUG, "%s: " fmt "\n", __func__ , ## arg)
#else
#define SDPDBG(fmt...)