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 ++ 1 file changed, 2 insertions(+) (limited to 'include/hci.h') 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 -- cgit