From 7adb1b7a46627d74f05e3c48f178dfa42575bc94 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Tue, 1 Dec 2015 07:58:28 +0100 Subject: [PATCH] src: add some forgotten includes Signed-off-by: Ferry Huberts --- src/neighbor_table.h | 1 + src/two_hop_neighbor_table.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/neighbor_table.h b/src/neighbor_table.h index 1a67e6fa..602dfb82 100644 --- a/src/neighbor_table.h +++ b/src/neighbor_table.h @@ -44,6 +44,7 @@ #include "olsr_types.h" #include "hashing.h" +#include "two_hop_neighbor_table.h" struct neighbor_2_list_entry { struct neighbor_entry *nbr2_nbr; /* backpointer to owning nbr entry */ diff --git a/src/two_hop_neighbor_table.h b/src/two_hop_neighbor_table.h index f6ceb9de..8989c3a3 100644 --- a/src/two_hop_neighbor_table.h +++ b/src/two_hop_neighbor_table.h @@ -45,6 +45,7 @@ #include "defs.h" #include "hashing.h" #include "lq_plugin.h" +#include "olsr_types.h" #define NB2S_COVERED 0x1 /* node has been covered by a MPR */ -- 2.20.1