mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
include NSObject.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13570 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b0cfbec79c
commit
458617be1f
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
* Source/GSHTTPURLHandle.m: ([-bgdConnect]) set host header
|
||||
([-loadInBackGround]) use URL port if available.
|
||||
More fixes thanks to lcampbel via savannah
|
||||
* Headers/Foundation/NSURLHanlde.h: include NSObject.h
|
||||
|
||||
2002-05-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#ifndef _NSURLHandle_h__
|
||||
#define _NSURLHandle_h__
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
|
||||
@class NSData;
|
||||
@class NSString;
|
||||
@class NSMutableArray;
|
||||
|
|
Loading…
Reference in a new issue