mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
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: 0d71302e36
("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>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user