Skip to content

Commit

Permalink
netdev-bsd: Fix a compilation error
Browse files Browse the repository at this point in the history
Fix a compilation problem introduced by
commit cf62fa4
("dp-packet: Remove ofpbuf dependency.")

Signed-off-by: YAMAMOTO Takashi <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
yamt committed Mar 4, 2015
1 parent ac211bd commit ed3c999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/netdev-bsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
#include "dpif-netdev.h"
#include "dynamic-string.h"
#include "fatal-signal.h"
#include "dp_packet.h"
#include "openflow/openflow.h"
#include "ovs-thread.h"
#include "packets.h"
Expand Down

0 comments on commit ed3c999

Please sign in to comment.