From fa1f26138e57ea98a623caeff60b4fdadabcfec0 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 10 Jun 2023 23:48:18 +0200 Subject: [PATCH] Fix missing stdint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ζeh Matt <5415177+ZehMatt@users.noreply.github.com> --- qemu/include/sysemu/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/include/sysemu/tcg.h b/qemu/include/sysemu/tcg.h index 77ab926a..2aa7296f 100644 --- a/qemu/include/sysemu/tcg.h +++ b/qemu/include/sysemu/tcg.h @@ -9,7 +9,7 @@ #define SYSEMU_TCG_H #include - +#include //#include "uc_priv.h" struct uc_struct;