diff --git a/Source/GSLocale.m b/Source/GSLocale.m index 7487846b4..a1e4c0d58 100644 --- a/Source/GSLocale.m +++ b/Source/GSLocale.m @@ -33,7 +33,9 @@ /* * Define __USE_GNU to get YESSTR and NOSTR in glibc-2.2.2 */ +#ifndef __USE_GNU #define __USE_GNU +#endif #include #endif #include