Skip to content

Commit

Permalink
netdev-native-tnl: fix travis compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pshelar committed May 19, 2016
1 parent 6195e2e commit 03439f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netdev-native-tnl.c
Expand Up @@ -16,6 +16,7 @@

#include <config.h>

#include "netdev-vport.h"
#include <errno.h>
#include <fcntl.h>
#include <sys/socket.h>
Expand All @@ -40,7 +41,6 @@
#include "hmap.h"
#include "id-pool.h"
#include "netdev-provider.h"
#include "netdev-vport.h"
#include "netdev-vport-private.h"
#include "odp-netlink.h"
#include "dp-packet.h"
Expand Down

0 comments on commit 03439f7

Please sign in to comment.