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]> --- include/openvswitch/ofp-ct.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/openvswitch/ofp-ct.h b/include/openvswitch/ofp-ct.h index d57b62678..ea68c2e60 100644 --- a/include/openvswitch/ofp-ct.h +++ b/include/openvswitch/ofp-ct.h @@ -24,6 +24,8 @@ #include "openflow/nicira-ext.h" +struct ds; + #ifdef __cplusplus extern "C" { #endif -- 2.47.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
