diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:55:16 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:55:16 +0100 |
commit | 0a14f620f8be275db4a8f88a50d12044c9e6cf8a (patch) | |
tree | f78ccecb054a9d0411fc15ce1795f97b9226d4c3 /cups/sdp.c | |
parent | 0e673d09e77f3c0848f924ed9eb92baa10df4677 (diff) |
Fix inclusion of SDP and protocol function declarations
Diffstat (limited to 'cups/sdp.c')
-rw-r--r-- | cups/sdp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> +#include "cups.h" + int sdp_search_hcrp(sdp_session_t *sdp, unsigned short *ctrl_psm, unsigned short *data_psm) { sdp_list_t *srch, *attrs, *rsp; |