summaryrefslogtreecommitdiff
path: root/tsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tsd.c')
-rw-r--r--tsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsd.c b/tsd.c
index d1d2deb..599ef73 100644
--- a/tsd.c
+++ b/tsd.c
@@ -6,6 +6,7 @@
*/
#include "pthread.h"
+#include "implement.h"
int
pthread_key_create(pthread_key_t *key, void (*destructor)(void *))