Minor fixup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16393 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-04-08 16:28:40 +00:00
parent 226fdc69b6
commit ff61d3c061
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-04-08 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/gnustep/base/Foundation.h: Include GNUstep extensions
from GSCategories.h
2003-04-08 15:37 Alexander Malmberg <alexander@malmberg.org>
* Source/NSCalendarDate.m (-initWithString:calendarFormat:locale:):

View file

@ -90,5 +90,7 @@
#include <Foundation/NSUserDefaults.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSZone.h>
#include <gnustep/base/GSCategories.h>
#include <gnustep/base/GSObjCRuntime.h>
#endif /* __Foundation_h_GNUSTEP_BASE_INCLUDE */