mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
8055927987
commit
151e20dbad
2 changed files with 7 additions and 0 deletions
|
@ -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:])
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue