summaryrefslogtreecommitdiff
path: root/lib/nx-match.h
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-03 10:20:43 -0800
committerBen Pfaff <blp@ovn.org>2016-03-19 09:43:12 -0700
commite03c096dd0a61d1ec2cbc3d096b7dbc128e45939 (patch)
tree03a281a137502a7d6b9bed67b7f37af7aa104c67 /lib/nx-match.h
parentb211014d26bd467f1e46db3dacefa9249819148c (diff)
downloadopenvswitch-e03c096dd0a61d1ec2cbc3d096b7dbc128e45939.tar.gz
Move lib/ofp-errors.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/nx-match.h')
-rw-r--r--lib/nx-match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nx-match.h b/lib/nx-match.h
index c663e54ce..ce252f08e 100644
--- a/lib/nx-match.h
+++ b/lib/nx-match.h
@@ -23,7 +23,7 @@
#include "compiler.h"
#include "flow.h"
#include "meta-flow.h"
-#include "ofp-errors.h"
+#include "openvswitch/ofp-errors.h"
#include "openvswitch/types.h"
struct ds;