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