From 18cd6ecb4eae48ffdcf6df2bbf5fd828459c6cec Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 27 Apr 2005 10:49:43 +0000 Subject: Include sys/socket.h in the header files --- include/hci.h | 2 ++ include/l2cap.h | 2 ++ include/rfcomm.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'include') diff --git a/include/hci.h b/include/hci.h index e13989ca..2a7fc786 100644 --- a/include/hci.h +++ b/include/hci.h @@ -35,6 +35,8 @@ extern "C" { #endif +#include + #define HCI_MAX_DEV 16 #define HCI_MAX_ACL_SIZE 1024 diff --git a/include/l2cap.h b/include/l2cap.h index 1425ab6a..ae88c7a0 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -35,6 +35,8 @@ extern "C" { #endif +#include + /* L2CAP defaults */ #define L2CAP_DEFAULT_MTU 672 #define L2CAP_DEFAULT_FLUSH_TO 0xFFFF diff --git a/include/rfcomm.h b/include/rfcomm.h index 2a1263d6..8a1d56e9 100644 --- a/include/rfcomm.h +++ b/include/rfcomm.h @@ -34,6 +34,8 @@ extern "C" { #endif +#include + /* RFCOMM defaults */ #define RFCOMM_DEFAULT_MTU 127 -- cgit