summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-25 14:10:24 -0700
committerBen Pfaff <blp@ovn.org>2016-03-30 13:10:18 -0700
commit64c967795b26c3ed1cd09899ca62d95373f2e2d7 (patch)
tree4a43b1edc5a73dbf390e9e19a415f95093fbb4a6 /vswitchd
parent7888d2a6cdc77a45b4247db322df64fe9211a1bb (diff)
downloadopenvswitch-64c967795b26c3ed1cd09899ca62d95373f2e2d7.tar.gz
Move lib/ofpbuf.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Acked-by: Ryan Moats <rmoats@us.ibm.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/bridge.c2
-rw-r--r--vswitchd/system-stats.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index fc58da7ee..cfe313b4a 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -43,7 +43,7 @@
#include "nx-match.h"
#include "ofp-print.h"
#include "ofp-util.h"
-#include "ofpbuf.h"
+#include "openvswitch/ofpbuf.h"
#include "ofproto/bond.h"
#include "ofproto/ofproto.h"
#include "ovs-numa.h"
diff --git a/vswitchd/system-stats.c b/vswitchd/system-stats.c
index e83b659f6..df4971eaf 100644
--- a/vswitchd/system-stats.c
+++ b/vswitchd/system-stats.c
@@ -36,7 +36,7 @@
#include "openvswitch/dynamic-string.h"
#include "json.h"
#include "latch.h"
-#include "ofpbuf.h"
+#include "openvswitch/ofpbuf.h"
#include "ovs-thread.h"
#include "poll-loop.h"
#include "shash.h"