X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57493f9f852d91a5750b4a68053a465f421e12be..923d3156955a0d040f0db70151a55edf8cb4f6f5:/src/common/socket.cpp diff --git a/src/common/socket.cpp b/src/common/socket.cpp index fab44bbb46..d3268834b2 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -539,7 +539,7 @@ void wxSocketBase::Discard() #if wxHAVE_GLIBC2 typedef socklen_t SOCKLEN_T; #else - typedef int SOCKET_INT; + typedef int SOCKLEN_T; #endif #endif // SOCKLEN_T