about summary refs log tree commit diff stats
path: root/src/custommem.c
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-17 18:30:59 +0800
committerGitHub <noreply@github.com>2025-04-17 12:30:59 +0200
commit882d933d8494a44cb03c0db8705ca0c96117aeeb (patch)
tree844683440aaac55697b8829e9f0bf6f7b19d81f8 /src/custommem.c
parent9579dd9ff14282cb9674e8cf08064220013fb46b (diff)
downloadbox64-882d933d8494a44cb03c0db8705ca0c96117aeeb.tar.gz
box64-882d933d8494a44cb03c0db8705ca0c96117aeeb.zip
[WOW64] Finished skeleton code for PE build (#2542)
* [WOW64] Finished skeleton code for PE build

* move musl to external
Diffstat (limited to 'src/custommem.c')
-rw-r--r--src/custommem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c
index ae6df5b0..b840d3c9 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -14,13 +14,13 @@
 #include "bridge.h"
 #include "library.h"
 #include "callback.h"
-#include "threads.h"
 #include "x64trace.h"
 #include "custommem.h"
 #include "khash.h"
 #include "threads.h"
 #include "rbtree.h"
 #include "mysignal.h"
+#include "mypthread.h"
 #ifdef DYNAREC
 #include "dynablock.h"
 #include "dynarec/dynablock_private.h"