about summary refs log tree commit diff stats
path: root/src/libtools/threads.c
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-01 19:50:49 +0800
committerGitHub <noreply@github.com>2025-04-01 13:50:49 +0200
commitc2a77fca277a96a49e45788601a4afc9570b1eb2 (patch)
tree7f2737d4882c03a401f86ba91a79e6b2633492dc /src/libtools/threads.c
parent670876112e3ab4a36205223a6f0c4290a527c4a9 (diff)
downloadbox64-c2a77fca277a96a49e45788601a4afc9570b1eb2.tar.gz
box64-c2a77fca277a96a49e45788601a4afc9570b1eb2.zip
Added os.h for future usage (#2488)
Diffstat (limited to 'src/libtools/threads.c')
-rw-r--r--src/libtools/threads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtools/threads.c b/src/libtools/threads.c
index 046365d2..40ec2c62 100644
--- a/src/libtools/threads.c
+++ b/src/libtools/threads.c
@@ -10,6 +10,7 @@
 #include <sys/mman.h>
 #include <dlfcn.h>
 
+#include "os.h"
 #include "debug.h"
 #include "box64context.h"
 #include "threads.h"