From 0f876ad7ecea80b726e6123ef227dedab7e52cf7 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 6 Aug 1998 06:25:28 +0000 Subject: Thu Aug 6 15:19:22 1998 Ross Johnson * implement.h (_pthread_destructor_pop): Add prototype. * tsd.c (implement.h): Add include. --- tsd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tsd.c') 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 *)) -- cgit v1.2.3