ofp-msgs: fix enum of OFPMP_TABLE_DESC.
[cascardo/ovs.git] / lib / ovs-router.c
index 51c0c8c..d6c7652 100644 (file)
@@ -15,6 +15,9 @@
  */
 
 #include <config.h>
+
+#include "ovs-router.h"
+
 #include <arpa/inet.h>
 #include <errno.h>
 #include <inttypes.h>
@@ -34,7 +37,6 @@
 #include "netdev.h"
 #include "packets.h"
 #include "seq.h"
-#include "ovs-router.h"
 #include "ovs-thread.h"
 #include "route-table.h"
 #include "tnl-ports.h"