diff options
Diffstat (limited to 'libpthread/nptl/compat/libc-internal.h')
-rw-r--r-- | libpthread/nptl/compat/libc-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/nptl/compat/libc-internal.h b/libpthread/nptl/compat/libc-internal.h index e5fd5337a..455e9b34b 100644 --- a/libpthread/nptl/compat/libc-internal.h +++ b/libpthread/nptl/compat/libc-internal.h @@ -5,6 +5,9 @@ # define _LIBC_INTERNAL 1 #include <hp-timing.h> +#ifdef __UCLIBC__ +#include <libc-symbols.h> +#endif /* Initialize the `__libc_enable_secure' flag. */ extern void __libc_init_secure (void); |