mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
5dd39e535d
commit
7e6f7b8723
1 changed files with 3 additions and 3 deletions
|
@ -31,10 +31,10 @@
|
|||
#include <locale.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
|
||||
#define __USE_GNU
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue