The compat.h changes should be transparent for any other of our source files - even for types.h. Therefore switching the order.
Signed-off-by: Linus Lüssing linus.luessing@acsom.ch --- main.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/main.h b/batman-adv/main.h index 1ec9986..bd8470d 100644 --- a/batman-adv/main.h +++ b/batman-adv/main.h @@ -114,10 +114,10 @@ #include <net/sock.h> /* struct sock */ #include <linux/jiffies.h> #include <linux/seq_file.h> -#include "types.h" - #include "compat.h"
+#include "types.h" + #ifndef REVISION_VERSION #define REVISION_VERSION_STR "" #else