mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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>
|
#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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue