diff --git a/Source/GSLocale.m b/Source/GSLocale.m index a1e4c0d58..770d1b150 100644 --- a/Source/GSLocale.m +++ b/Source/GSLocale.m @@ -31,10 +31,10 @@ #include #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 -#define __USE_GNU +#ifndef _GNU_SOURCE +#define _GNU_SOURCE #endif #include #endif