On Thursday 28 April 2016 22:37:22 Andrew Lunn wrote: > From: Matthias Schiffer > > This adds the commands BATADV_CMD_GET_TRANSTABLE_LOCAL and > BATADV_CMD_GET_TRANSTABLE_GLOBAL, which correspond to the transtable_local > and transtable_global debugfs files. > > The batadv_tt_client_flags enum is moved to the UAPI to expose it as part > of the netlink API. > > Signed-off-by: Matthias Schiffer > --- > include/uapi/linux/batman_adv.h | 47 ++++++ > net/batman-adv/netlink.c | 12 ++ > net/batman-adv/packet.h | 36 ----- > net/batman-adv/translation-table.c | 305 > +++++++++++++++++++++++++++++++++++++ net/batman-adv/translation-table.h | > 2 + > 5 files changed, 366 insertions(+), 36 deletions(-) You can find the missing includes in the attached patch Kind regards, Sven