summaryrefslogtreecommitdiff
path: root/src/thread/thrd_join.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/thrd_join.c')
-rw-r--r--src/thread/thrd_join.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/thread/thrd_join.c b/src/thread/thrd_join.c
index ac667893..0d5fd302 100644
--- a/src/thread/thrd_join.c
+++ b/src/thread/thrd_join.c
@@ -1,7 +1,6 @@
#include <stdint.h>
#include <threads.h>
-
-int __pthread_join(thrd_t, void**);
+#include <pthread.h>
int thrd_join(thrd_t t, int *res)
{