git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35609 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-09-26 17:00:26 +00:00
parent bbf6129275
commit cc09004e66

View file

@ -36,6 +36,8 @@
#import "GNUstepBase/NSString+GNUstepBase.h"
#import "GSPrivate.h"
#import "GSNetwork.h"
#import "GSTLS.h"
#define EXPOSE_GSFileHandle_IVARS 1
#import "GSFileHandle.h"
@ -875,8 +877,6 @@ NSString * const NSFileHandleOperationException
#if defined(HAVE_GNUTLS)
#import "GSTLS.h"
#if !defined(__MINGW__)
@interface GSTLSHandle : GSFileHandle