@@ -165,10 +165,17 @@ # import "OFConditionStillWaitingException.h" # import "OFConditionWaitFailedException.h" #endif #ifdef OF_HAVE_SOCKETS # import "OFConnectSocketFailedException.h" +# import "OFConnectIPSocketFailedException.h" +# ifdef OF_HAVE_UNIX_SOCKETS +# import "OFConnectUNIXSocketFailedException.h" +# endif +# ifdef OF_HAVE_IPX +# import "OFConnectSPXSocketFailedException.h" +# endif #endif #import "OFCopyItemFailedException.h" #import "OFCreateDirectoryFailedException.h" #import "OFCreateSymbolicLinkFailedException.h" #ifdef OF_WINDOWS