TCP/TCPConnection.h
changeset 10 a2aeb9b04ecc
parent 7 5936db2c1987
child 16 6f608b552b77
     1.1 --- a/TCP/TCPConnection.h	Sun May 25 13:43:03 2008 -0700
     1.2 +++ b/TCP/TCPConnection.h	Sun Jun 01 14:04:22 2008 -0700
     1.3 @@ -7,6 +7,7 @@
     1.4  //
     1.5  
     1.6  #import "TCPEndpoint.h"
     1.7 +#import <Security/Security.h>
     1.8  @class IPAddress;
     1.9  @class TCPReader, TCPWriter, TCPListener;
    1.10  @protocol TCPConnectionDelegate;