diff options
Diffstat (limited to 'pthread')
-rw-r--r-- | pthread/cthreads-compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c index ffb7177..042ed64 100644 --- a/pthread/cthreads-compat.c +++ b/pthread/cthreads-compat.c @@ -17,7 +17,7 @@ not, see <http://www.gnu.org/licenses/>. */ #include <assert.h> -#include <pthread.h> +#include <pthreadP.h> #define CTHREAD_KEY_INVALID (__cthread_key_t) -1 |