diff options
-rw-r--r-- | tcg/tcg-runtime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/tcg-runtime.c b/tcg/tcg-runtime.c index 575da43022..c4dad260c3 100644 --- a/tcg/tcg-runtime.c +++ b/tcg/tcg-runtime.c @@ -29,6 +29,7 @@ #include "config.h" #include "osdep.h" +#include "cpu.h" // For TARGET_LONG_BITS #include "tcg.h" int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2) |