batman-adv: Exchange include order for uapi header files 208/head
authorSven Eckelmann <sven.eckelmann@open-mesh.com>
Fri, 8 Jul 2016 09:30:27 +0000 (11:30 +0200)
committerSven Eckelmann <sven.eckelmann@open-mesh.com>
Fri, 8 Jul 2016 10:02:41 +0000 (12:02 +0200)
commit50c28dd9c589702103f32ee8e2fb64213c5fb2da
tree72aa19930054d80d107243f3f83257f7782ca507
parenta4eae82c155079a4372e4b910ec733f77288b717
batman-adv: Exchange include order for uapi header files

The build of netlink.c in batman-adv 2016.3 will fail because the
definition of GENL_NAMESIZE and similar things are missing. This is is
caused by an incorrect order of backports and non-backports header files
mixed up with uapi and non-uapi header files. Parts of the header files
would not get included by include_next because it not anymore in the
remaining search paths.

Reported: Marek Lindner <marek.lindner@open-mesh.com>
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
batman-adv/Makefile