about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-03-05 09:00:43 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-03-05 09:00:43 +0100
commit90fe73333c425dafb77729569cf94ecfda6593d2 (patch)
tree3e71c18e64587296b08b1cd999c18561f33a2bf0 /src/main.c
parentdd60e17835b737ac4df386c59b31c309ee2d97e1 (diff)
downloadbox64-90fe73333c425dafb77729569cf94ecfda6593d2.tar.gz
box64-90fe73333c425dafb77729569cf94ecfda6593d2.zip
Include pthread.h when used (should help #249)
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 f6bd9538..71b8d3e8 100755
--- a/src/main.c
+++ b/src/main.c
@@ -9,6 +9,7 @@
 #include <signal.h>
 #include <sys/syscall.h>
 #include <sys/mman.h>
+#include <pthread.h>
 #ifdef DYNAREC
 #ifdef ARM64
 #include <linux/auxvec.h>