diff mbox series

[v6,14.5/29] fixup! libqos: Use explicit QTestState for fw_cfg operations

Message ID 20170901192141.9907-1-eblake@redhat.com
State New
Headers show
Series [v6,14.5/29] fixup! libqos: Use explicit QTestState for fw_cfg operations | expand

Commit Message

Eric Blake Sept. 1, 2017, 7:21 p.m. UTC
Signed-off-by: Eric Blake <eblake@redhat.com>

---
Fix older gcc duplicate typedef warning [patchew]
---
 tests/libqos/fw_cfg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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
 {