From dbd0371b179c7fc4a6dae79ad66d149eff7687c9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Jul 2008 01:42:07 +0000 Subject: Avoid the include of --- include/bnep.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/bnep.h b/include/bnep.h index 75eaac05..92c66c14 100644 --- a/include/bnep.h +++ b/include/bnep.h @@ -29,9 +29,12 @@ extern "C" { #endif -#include #include +#ifndef ETH_ALEN +#define ETH_ALEN 6 /* from */ +#endif + /* BNEP UUIDs */ #define BNEP_BASE_UUID 0x0000000000001000800000805F9B34FB #define BNEP_UUID16 0x02 -- cgit