On 1/17/25 09:52, Ales Musil wrote: > 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
Thanks, Ales! I added the missing word to the commit message and applied the fix. Backported down to 3.3. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
