summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 8aa7f96..d1528c4 100644
--- a/misc.c
+++ b/misc.c
@@ -38,6 +38,7 @@
#include "implement.h"
+#include "pthread_kill.c"
#include "pthread_once.c"
#include "pthread_self.c"
#include "pthread_equal.c"
@@ -45,5 +46,6 @@
#include "pthread_getconcurrency.c"
#include "ptw32_new.c"
#include "ptw32_calloc.c"
+#include "ptw32_reuse.c"
#include "w32_CancelableWait.c"