Builds again
authorAlexander Strange <astrange@ithinksw.com>
Sun, 9 Mar 2003 22:00:01 +0000 (22:00 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Sun, 9 Mar 2003 22:00:01 +0000 (22:00 +0000)
ITByteStream.h
ITInetSocket.h

index 10d9f0f..3d726b1 100755 (executable)
@@ -7,7 +7,6 @@
 //
 
 #import <Foundation/Foundation.h>
 //
 
 #import <Foundation/Foundation.h>
-
 /*! @class ITByteStream
  *  @abstract A FIFO bytestream
  */
 /*! @class ITByteStream
  *  @abstract A FIFO bytestream
  */
index c1d16fc..2430267 100755 (executable)
@@ -9,6 +9,7 @@
 #import <Foundation/Foundation.h>
 #import <netinet/in.h>
 #import <netdb.h>
 #import <Foundation/Foundation.h>
 #import <netinet/in.h>
 #import <netdb.h>
+#import "ITByteStream.h"
 
 enum {
     ITInetMaxConnections = 36
 
 enum {
     ITInetMaxConnections = 36