Skip to content

Commit

Permalink
ofp-parse: Include missing ofp-actions.h.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Fixes: 0d71302 ("ofp-util, ofp-parse: Break up into many separate modules.")
Signed-off-by: Ilya Maximets <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
igsilya authored and blp committed Feb 21, 2018
1 parent 430d7d1 commit 93ca7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ofp-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93ca7e5

Please sign in to comment.