@@ -364,11 +364,13 @@ - (uint16_t)bindToHost: (OFString *)host port: (uint16_t)port { of_resolver_result_t **results; const int one = 1; +#if !defined(OF_WII) && !defined(OF_NINTENDO_3DS) of_socket_address_t address; +#endif if (_socket != INVALID_SOCKET) @throw [OFAlreadyConnectedException exceptionWithSocket: self]; if (_SOCKS5Host != nil)