Skip to content

Commit

Permalink
ofp-ct: Add missing struct declaration.
Browse files Browse the repository at this point in the history
The compilation would if ofp-ct.h was included in module that didn't
include dynamic-string.h before the ofp-ct.h include.

Signed-off-by: Ales Musil <[email protected]>
Signed-off-by: 0-day Robot <[email protected]>
  • Loading branch information
almusil authored and ovsrobot committed Jan 17, 2025
1 parent caed64d commit ee1635f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/openvswitch/ofp-ct.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

#include "openflow/nicira-ext.h"

struct ds;

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit ee1635f

Please sign in to comment.