about summary refs log tree commit diff stats
path: root/src/include/freq.h
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-14 19:34:43 +0800
committerGitHub <noreply@github.com>2025-04-14 13:34:43 +0200
commit6b2373af93e033019dd1ddd5683f2d866e253d8c (patch)
treed8716018ee1c02a8b4e09e88456d1e2c425d3e40 /src/include/freq.h
parentcf32412f986a5a9c281dda5dc24bf22641a305ed (diff)
downloadbox64-6b2373af93e033019dd1ddd5683f2d866e253d8c.tar.gz
box64-6b2373af93e033019dd1ddd5683f2d866e253d8c.zip
[WOW64] Added non-functional PE build (#2532)
Diffstat (limited to 'src/include/freq.h')
-rw-r--r--src/include/freq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/freq.h b/src/include/freq.h
index 2f3a2427..fe94bef9 100644
--- a/src/include/freq.h
+++ b/src/include/freq.h
@@ -1,6 +1,8 @@
 #ifndef __FREQ_H_
 #define __FREQ_H_
 
+#include <stdint.h>
+
 typedef struct x64emu_s x64emu_t;
 
 uint64_t ReadTSC(x64emu_t* emu);