[ovs-dev] [PATCH 03/15] tnl-arp-cache: Include tnl-arp-cache.h as first header.

Thadeu Lima de Souza Cascardo cascardo at redhat.com
Thu Oct 22 17:28:56 UTC 2015


Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at redhat.com>
---
 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 85de312..d817d66 100644
--- a/lib/tnl-arp-cache.c
+++ b/lib/tnl-arp-cache.c
@@ -15,6 +15,9 @@
  */
 
 #include <config.h>
+
+#include "tnl-arp-cache.h"
+
 #include <inttypes.h>
 #include <netinet/icmp6.h>
 #include <stdlib.h>
@@ -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.4.3




More information about the dev mailing list