Fix suggested by Matthias Klose

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9168 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2001-02-19 07:24:21 +00:00
parent 5dd39e535d
commit 7e6f7b8723

View file

@ -31,10 +31,10 @@
#include <locale.h> #include <locale.h>
#ifdef HAVE_LANGINFO_H #ifdef HAVE_LANGINFO_H
/* /*
* Define __USE_GNU to get YESSTR and NOSTR in glibc-2.2.2 * Define _GNU_SOURCE to get YESSTR and NOSTR in glibc-2.2.2
*/ */
#ifndef __USE_GNU #ifndef _GNU_SOURCE
#define __USE_GNU #define _GNU_SOURCE
#endif #endif
#include <langinfo.h> #include <langinfo.h>
#endif #endif