mcast-tools: fix linux/pim.h include
authorDirk Neukirchen <dirkneukirchen@web.de>
Fri, 2 May 2014 08:48:02 +0000 (08:48 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 2 May 2014 18:18:43 +0000 (20:18 +0200)
commit39bab4b7c6d3407d3322457245ef32cd4bf253f1
tree9b29defd6e7545b162517304ff24cf349f8f581f
parent690f127cb695fd382e88bc6cac05eb038137d722
mcast-tools: fix linux/pim.h include

fix wrong struct in pim.h big endian case
it leads to compile error on ar71xx and other arch
Error was:
In file included from debug.c:71:0:
../include/linux/pim.h:14:3: error: expected specifier-qualifier-list before 'pim_type'
   pim_type:4;  /* PIM message type */
   ^
make[6]: *** [debug.o] Error 1

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
mcast-tools/patches/0004-fix_linux_pim.h_include.patch [new file with mode: 0644]