summaryrefslogtreecommitdiff
path: root/lib/classifier.h
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-04 21:32:06 -0400
committerBen Pfaff <blp@ovn.org>2016-04-14 13:46:49 -0700
commite29747e4405e032f4f3021db510783b6e422f9b6 (patch)
tree64d587847959bce90babd18130a93a8d8c0c7863 /lib/classifier.h
parentb129cc9834a789411095559aa65ec3b2dcad754d (diff)
downloadopenvswitch-e29747e4405e032f4f3021db510783b6e422f9b6.tar.gz
Move lib/match.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/classifier.h')
-rw-r--r--lib/classifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classifier.h b/lib/classifier.h
index 889dc1e58..975a4f07e 100644
--- a/lib/classifier.h
+++ b/lib/classifier.h
@@ -299,7 +299,7 @@
* parallel to the rule's removal. */
#include "cmap.h"
-#include "match.h"
+#include "openvswitch/match.h"
#include "meta-flow.h"
#include "pvector.h"
#include "rculist.h"