summaryrefslogtreecommitdiff
path: root/lib/learning-switch.h
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 /lib/learning-switch.h
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 'lib/learning-switch.h')
-rw-r--r--lib/learning-switch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/learning-switch.h b/lib/learning-switch.h
index b3a5d13ea..847e4beae 100644
--- a/lib/learning-switch.h
+++ b/lib/learning-switch.h
@@ -20,7 +20,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
-#include "ofp-util.h"
+#include "openvswitch/ofp-util.h"
struct ofpbuf;
struct rconn;