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 fail 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: Ilya Maximets <[email protected]>
  • Loading branch information
almusil authored and igsilya committed Jan 20, 2025
1 parent 6022b55 commit 318c1cd
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 318c1cd

Please sign in to comment.