Backward compatibility fixups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29663 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-18 11:40:58 +00:00
parent cccddb4573
commit 6a1ff80510
17 changed files with 82 additions and 17 deletions

View file

@ -809,4 +809,9 @@ extern struct objc_class _NSConstantStringClassReference;
}
#endif
#if !defined(NO_GNUSTEP) && !defined(GNUSTEP_BASE_INTERNAL)
#import <GNUstepBase/NSString+GNUstepBase.h>
#import <GNUstepBase/NSMutableString+GNUstepBase.h>
#endif
#endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */