summaryrefslogtreecommitdiff
path: root/lib/learning-switch.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-14 15:20:19 -0700
committerBen Pfaff <blp@ovn.org>2016-04-14 16:38:24 -0700
commitb598f214361bc1ace4eeeecf4d874ada4af40abc (patch)
tree4fa47e7504acadba1d955079e513df3f1e0146f7 /lib/learning-switch.c
parent1b62572da1ba70eec5e654cff264e75f642f2cc0 (diff)
downloadopenvswitch-b598f214361bc1ace4eeeecf4d874ada4af40abc.tar.gz
Move lib/ofp-actions.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/learning-switch.c')
-rw-r--r--lib/learning-switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/learning-switch.c b/lib/learning-switch.c
index 0dc093a3f..afc1f7678 100644
--- a/lib/learning-switch.c
+++ b/lib/learning-switch.c
@@ -29,9 +29,9 @@
#include "flow.h"
#include "hmap.h"
#include "mac-learning.h"
-#include "ofp-actions.h"
#include "ofp-print.h"
#include "openflow/openflow.h"
+#include "openvswitch/ofp-actions.h"
#include "openvswitch/ofp-errors.h"
#include "openvswitch/ofp-msgs.h"
#include "openvswitch/ofp-util.h"