This is a non-fatal include problem that was only detected by cppcheck. The regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d
Signed-off-by: Sven Eckelmann sven@narfation.org --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/types.h b/types.h index fd86a44..2141c13 100644 --- a/types.h +++ b/types.h @@ -22,7 +22,7 @@
#include "packet.h" #include "bitarray.h" -#include "linux/kernel.h" +#include <linux/kernel.h>
#define BATADV_HEADER_LEN \ (ETH_HLEN + max(sizeof(struct batadv_unicast_packet), \
On Monday 11 June 2012 16:46:46 Sven Eckelmann wrote:
This is a non-fatal include problem that was only detected by cppcheck. The regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d
The correct commit id is dfaf026ffbc9e3052a14b8071cac2412c2d0f54e
Kind regards, Sven
On Tuesday, June 12, 2012 04:23:00 Sven Eckelmann wrote:
On Monday 11 June 2012 16:46:46 Sven Eckelmann wrote:
This is a non-fatal include problem that was only detected by cppcheck. The regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d
The correct commit id is dfaf026ffbc9e3052a14b8071cac2412c2d0f54e
Applied in revision a563ce0.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org