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