diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-10-14 17:11:56 -0300 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-10-14 17:11:56 -0300 |
commit | 948e66f85e25b39cb839c38a03fc6a17896a6395 (patch) | |
tree | 4e59190e40f8f489525052efb4f5dc95280d3092 /src/sdpd.h | |
parent | 2e8e3f8cd8b288f3679dae3bc7d948d112e64f9f (diff) |
Fix build error when SDP_DEBUG is enabled
Diffstat (limited to 'src/sdpd.h')
-rw-r--r-- | src/sdpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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...) |