summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2018-02-21 16:32:39 +0300
committerBen Pfaff <blp@ovn.org>2018-02-21 10:41:44 -0800
commit93ca7e55a208a6b59dac0e0de5cbcd7c0433dcf3 (patch)
tree11fe595d7031d16e284edc48ca28f4c2b185dccb /lib
parent430d7d1560ce3d3f3ccb9a0a323a2c383b7604ea (diff)
downloadopenvswitch-93ca7e55a208a6b59dac0e0de5cbcd7c0433dcf3.tar.gz
ofp-parse: Include missing ofp-actions.h.
This fixes MacOS build: lib/ofp-parse.c:167:16: error: use of undeclared identifier 'IPPORT_FTP' lib/ofp-parse.c:171:16: error: use of undeclared identifier 'IPPORT_TFTP' CC: Ben Pfaff <blp@ovn.org> Fixes: 0d71302e36c4 ("ofp-util, ofp-parse: Break up into many separate modules.") Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ofp-parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c
index 3e8b553f9..4feb82ed5 100644
--- a/lib/ofp-parse.c
+++ b/lib/ofp-parse.c
@@ -20,6 +20,7 @@
#include "byte-order.h"
#include "openvswitch/match.h"
#include "openvswitch/meta-flow.h"
+#include "openvswitch/ofp-actions.h"
#include "openvswitch/ofp-flow.h"
#include "openvswitch/ofp-match.h"
#include "openvswitch/ofp-table.h"