qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 2/2] thunk.h uses TARGET_ABI_BITS without includin


From: Daniel Loffgren
Subject: [Qemu-trivial] [PATCH 2/2] thunk.h uses TARGET_ABI_BITS without including abitypes.h
Date: Sun, 24 Sep 2017 18:02:24 -0700

Signed-off-by: Daniel Loffgren <address@hidden>
---
 include/exec/user/thunk.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/exec/user/thunk.h b/include/exec/user/thunk.h
index f19ef4b230..12b5449d8c 100644
--- a/include/exec/user/thunk.h
+++ b/include/exec/user/thunk.h
@@ -19,6 +19,7 @@
 #ifndef THUNK_H
 #define THUNK_H
 
+#include "abitypes.h"
 #include "cpu.h"
 
 /* types enums definitions */
-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]