Skip to content

Commit

Permalink
ovs-router: Include ovs-router.h as first header.
Browse files Browse the repository at this point in the history
Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and blp committed Sep 17, 2015
1 parent fa44ccb commit 1f9575c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ovs-router.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
*/

#include <config.h>

#include "ovs-router.h"

#include <arpa/inet.h>
#include <errno.h>
#include <inttypes.h>
Expand All @@ -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"
Expand Down

0 comments on commit 1f9575c

Please sign in to comment.