From ee1635f02d2fabe915230822ee6fb4a992909a97 Mon Sep 17 00:00:00 2001 From: Ales Musil Date: Fri, 17 Jan 2025 09:52:10 +0100 Subject: [PATCH] ofp-ct: Add missing struct declaration. 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 Signed-off-by: 0-day Robot --- 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 d57b6267843..ea68c2e6057 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