@@ -16,10 +16,11 @@ #include "config.h" #import "OFConnectionFailedException.h" #import "OFString.h" +#import "OFTCPSocket.h" #import "OFNotImplementedException.h" #import "common.h" @@ -75,12 +76,12 @@ { if (description != nil) return description; description = [[OFString alloc] initWithFormat: - @"A connection to %@ on port %" @PRIu16 @"could not be established " - @"in class %@! " ERRFMT, host, port, inClass, ERRPARAM]; + @"A connection to %@ on port %" @PRIu16 @" could not be " + @"established in class %@! " ERRFMT, host, port, inClass, ERRPARAM]; return description; } - (OFTCPSocket*)socket