summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-04 21:32:09 -0400
committerBen Pfaff <blp@ovn.org>2016-04-14 13:48:25 -0700
commitf4248336590110dbefa5a1494d21859b5c00c693 (patch)
treefcad924fdf55fcd8be6f885d2916660f0afbb5d8 /ofproto/ofproto-dpif-ipfix.c
parentae06a5610a4d5d3fa1d723966aaf356140983f0b (diff)
downloadopenvswitch-f4248336590110dbefa5a1494d21859b5c00c693.tar.gz
Move lib/ofp-util.h to include/openvswitch directory
This commit also adds several #include directives in source files in order to make the 'ofp-util.h' move possible Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-ipfix.c')
-rw-r--r--ofproto/ofproto-dpif-ipfix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index 46d0bb196..6d088a6f2 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -22,6 +22,7 @@
#include "flow.h"
#include "hash.h"
#include "hmap.h"
+#include "netdev.h"
#include "openvswitch/list.h"
#include "openvswitch/ofpbuf.h"
#include "ofproto.h"