From ccaa81e0a55ab5c1975408a13e6eccb3c5b662b7 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Thu, 22 Oct 2015 15:28:56 -0200 Subject: [PATCH] tnl-arp-cache: Include tnl-arp-cache.h as first header. Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Ben Pfaff --- lib/tnl-arp-cache.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/tnl-arp-cache.c b/lib/tnl-arp-cache.c index 85de312ce..d817d6639 100644 --- a/lib/tnl-arp-cache.c +++ b/lib/tnl-arp-cache.c @@ -15,6 +15,9 @@ */ #include + +#include "tnl-arp-cache.h" + #include #include #include @@ -33,7 +36,6 @@ #include "seq.h" #include "socket-util.h" #include "timeval.h" -#include "tnl-arp-cache.h" #include "unaligned.h" #include "unixctl.h" #include "util.h" -- 2.39.5