about summary refs log tree commit diff stats
path: root/src/custommem.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/custommem.c
parentdd60e17835b737ac4df386c59b31c309ee2d97e1 (diff)
downloadbox64-90fe73333c425dafb77729569cf94ecfda6593d2.tar.gz
box64-90fe73333c425dafb77729569cf94ecfda6593d2.zip
Include pthread.h when used (should help #249)
Diffstat (limited to 'src/custommem.c')
-rw-r--r--src/custommem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/custommem.c b/src/custommem.c
index e5be3ba9..5b399344 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -4,6 +4,7 @@
 #include <string.h>
 #include <dlfcn.h>
 #include <signal.h>
+#include <pthread.h>
 
 #include "box64context.h"
 #include "elfloader.h"