about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-02 15:18:23 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-02 15:18:23 +0100
commiteb6c4594e1831daeddc469ed69c4dee917e627c1 (patch)
treeff8e5ec2506fde9ff69ca0850e84667669c8f471 /src/main.c
parent1b9d1dc6093028ceb0f2eeeccf9cfbc5610fcf30 (diff)
downloadbox64-eb6c4594e1831daeddc469ed69c4dee917e627c1.tar.gz
box64-eb6c4594e1831daeddc469ed69c4dee917e627c1.zip
Added basic thread infrastructure
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 89d54a36..7221ea9e 100755
--- a/src/main.c
+++ b/src/main.c
@@ -19,6 +19,7 @@
 #include "box64stack.h"
 #include "auxval.h"
 #include "x64emu.h"
+#include "threads.h"
 
 box64context_t *my_context = NULL;
 int box64_log = LOG_NONE;