diff --git a/src/remote/remote.h b/src/remote/remote.h index c1ca29150b..1cc6e04014 100644 --- a/src/remote/remote.h +++ b/src/remote/remote.h @@ -508,7 +508,7 @@ inline void Rsr::releaseException() /* Generalized port definition. */ #ifndef WIN_NT -typedef int SOCKET +typedef int SOCKET; #endif