diff options
author | Takanori Watanabe <takawata@FreeBSD.org> | 2015-04-07 16:48:23 +0000 |
---|---|---|
committer | Takanori Watanabe <takawata@FreeBSD.org> | 2015-04-07 16:48:23 +0000 |
commit | 8d6f425ddd8021ae2257ba9682f8844254ecdde1 (patch) | |
tree | 3407105e73d99b25919959b8ea59bc192c2c9f36 /usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c | |
parent | 212236608c8e01c8e4c65053539714d897e1482b (diff) |
Notes
Diffstat (limited to 'usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c')
-rw-r--r-- | usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c index ab6e1a77e8c71..309bab93ac21b 100644 --- a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c +++ b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c @@ -33,6 +33,7 @@ #include <sys/stat.h> #include <sys/types.h> +#define L2CAP_SOCKET_CHECKED #include <bluetooth.h> #include <ctype.h> #include <err.h> |