diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-27 10:49:43 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-27 10:49:43 +0000 |
commit | 18cd6ecb4eae48ffdcf6df2bbf5fd828459c6cec (patch) | |
tree | 24755230a6c028669314de4b97559a410ca55761 /include/rfcomm.h | |
parent | 0b7448998d6d60adfb99be292b80706666257750 (diff) |
Include sys/socket.h in the header files
Diffstat (limited to 'include/rfcomm.h')
-rw-r--r-- | include/rfcomm.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/socket.h> + /* RFCOMM defaults */ #define RFCOMM_DEFAULT_MTU 127 |