diff options
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r-- | intl/l10nflist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 00e3c8950a..798728c3b1 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -19,7 +19,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if defined _LIBC && (defined __ARGZ_COUNT || defined __ARGZ_STRINGIFY) +#if defined _LIBC || (defined __ARGZ_COUNT && defined __ARGZ_STRINGIFY) # include <argz.h> #endif #include <ctype.h> |