diff options
Diffstat (limited to 'pthread/pt-internal.h')
-rw-r--r-- | pthread/pt-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h index 18b5b4c..ef21ac6 100644 --- a/pthread/pt-internal.h +++ b/pthread/pt-internal.h @@ -35,7 +35,7 @@ #include <pt-sysdep.h> #include <pt-machdep.h> -#if IS_IN (libpthread) +#ifdef IS_IN_libpthread # include <ldsodefs.h> #endif |