diff options
-rw-r--r-- | test/string/tst-strxfrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/tst-strxfrm.c b/test/string/tst-strxfrm.c index f1c036bcb..ff1b396be 100644 --- a/test/string/tst-strxfrm.c +++ b/test/string/tst-strxfrm.c @@ -1,6 +1,6 @@ /* Based on a test case by Paul Eggert. */ #include <features.h> -#ifdef __UCLIBC_HAS_LOCALE__ +#ifdef __UCLIBC_HAS_XLOCALE__ #include <locale.h> #include <stdio.h> #include <stdlib.h> |