X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57493f9f852d91a5750b4a68053a465f421e12be..a0d8a3052817fef6eef27e9a6ab8802495a39db8:/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