Skip to content

Commit a53eba2

Browse files
almusiligsilya
authored andcommitted
ofp-ct: Add missing struct declaration.
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 <amusil@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
1 parent 540b649 commit a53eba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/openvswitch/ofp-ct.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
#include "openflow/nicira-ext.h"
2626

27+
struct ds;
28+
2729
#ifdef __cplusplus
2830
extern "C" {
2931
#endif

0 commit comments

Comments
 (0)