Index: src/ObjFW.h ================================================================== --- src/ObjFW.h +++ src/ObjFW.h @@ -78,11 +78,13 @@ #import "OFHTTPCookie.h" #import "OFHTTPCookieManager.h" #import "OFHTTPRequest.h" #import "OFHTTPResponse.h" #ifdef OF_HAVE_SOCKETS -# import "OFHTTPClient.h" +# ifdef OF_HAVE_THREADS +# import "OFHTTPClient.h" +# endif # import "OFHTTPServer.h" #endif #ifdef OF_HAVE_PROCESSES # import "OFProcess.h"