Minor tidyup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9167 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2001-02-19 05:04:20 +00:00
parent 000d0cc4e6
commit 5dd39e535d

View file

@ -33,7 +33,9 @@
/*
* Define __USE_GNU to get YESSTR and NOSTR in glibc-2.2.2
*/
#ifndef __USE_GNU
#define __USE_GNU
#endif
#include <langinfo.h>
#endif
#include <Foundation/NSUserDefaults.h>