Put ifdefs around langinfo.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-11-14 18:30:31 +00:00
parent 8055927987
commit 151e20dbad
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-11-14 Adam Fedor <fedor@gnu.org>
* Source/GSLocale.m: Put LANGINFO_H ifdefs around include of
langinfo.h.
2000-11-14 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSTcpPort.m: ([GSTcpHandle -receivedEvent:type:extra:forMode:])

View file

@ -29,7 +29,9 @@
#ifdef HAVE_LOCALE_H
#include <locale.h>
#ifdef HAVE_LANGINFO_H
#include <langinfo.h>
#endif
#include <Foundation/NSUserDefaults.h>
#include <Foundation/NSBundle.h>