summaryrefslogtreecommitdiff
path: root/lib/netlink-socket.h
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 /lib/netlink-socket.h
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 'lib/netlink-socket.h')
-rw-r--r--lib/netlink-socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netlink-socket.h b/lib/netlink-socket.h
index 992528b2e..f73fc7d99 100644
--- a/lib/netlink-socket.h
+++ b/lib/netlink-socket.h
@@ -193,7 +193,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
-#include "ofpbuf.h"
+#include "openvswitch/ofpbuf.h"
#include "ovs-atomic.h"
#include "ovs-thread.h"