summaryrefslogtreecommitdiff
path: root/ofproto/bond.c
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 /ofproto/bond.c
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 'ofproto/bond.c')
-rw-r--r--ofproto/bond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/bond.c b/ofproto/bond.c
index f668a24f1..27c4c922b 100644
--- a/ofproto/bond.c
+++ b/ofproto/bond.c
@@ -43,7 +43,7 @@
#include "dp-packet.h"
#include "poll-loop.h"
#include "seq.h"
-#include "match.h"
+#include "openvswitch/match.h"
#include "shash.h"
#include "timeval.h"
#include "unixctl.h"