summaryrefslogtreecommitdiff
path: root/ofproto/connmgr.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/connmgr.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/connmgr.c')
-rw-r--r--ofproto/connmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c
index a7f40a21e..5c13ac306 100644
--- a/ofproto/connmgr.c
+++ b/ofproto/connmgr.c
@@ -28,7 +28,7 @@
#include "odp-util.h"
#include "ofp-actions.h"
#include "ofp-msgs.h"
-#include "ofp-util.h"
+#include "openvswitch/ofp-util.h"
#include "openvswitch/ofpbuf.h"
#include "ofproto-provider.h"
#include "pinsched.h"