Signed-off-by: Eric Blake <ebl...@redhat.com> --- Fix older gcc duplicate typedef warning [patchew] --- tests/libqos/fw_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/libqos/fw_cfg.h b/tests/libqos/fw_cfg.h index 396dd4ee1e..0353416af0 100644 --- a/tests/libqos/fw_cfg.h +++ b/tests/libqos/fw_cfg.h @@ -13,9 +13,9 @@ #ifndef LIBQOS_FW_CFG_H #define LIBQOS_FW_CFG_H +#include "libqtest.h" typedef struct QFWCFG QFWCFG; -typedef struct QTestState QTestState; struct QFWCFG { -- 2.13.5