about summary refs log tree commit diff stats
path: root/src/include/box64context.h
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/include/box64context.h
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/include/box64context.h')
-rw-r--r--src/include/box64context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index a3d651d2..e7c7b0cc 100644
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -1,7 +1,8 @@
 #ifndef __BOX64CONTEXT_H_
 #define __BOX64CONTEXT_H_
 #include <stdint.h>
-#include <pthread.h>
+
+#include "mypthread.h"
 #include "pathcoll.h"
 #include "dictionnary.h"
 #ifdef DYNAREC