diff --git a/src/compat/compat.h b/src/compat/compat.h index be97c6fe0b..633aa6f3b5 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -85,6 +85,8 @@ typedef int32_t ssize_t; #endif #endif +// The type of the option value passed to getsockopt & setsockopt +// differs between Windows and non-Windows. #ifndef WIN32 typedef void* sockopt_arg_type; #else