@@ -14,17 +14,11 @@ * file. */ #import "OFStream.h" -#ifndef OF_HAVE_SOCKETS -# error No sockets available! -#endif - -#ifdef _WIN32 -# include -#endif +#import "socket.h" /*! * @brief A class which provides functions to create and use stream sockets. */ @interface OFStreamSocket: OFStream