diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |