diff --git a/src/mod/endpoints/mod_verto/ws.h b/src/mod/endpoints/mod_verto/ws.h index 1d020d0b33..983feded35 100644 --- a/src/mod/endpoints/mod_verto/ws.h +++ b/src/mod/endpoints/mod_verto/ws.h @@ -25,7 +25,7 @@ //#include "sha1.h" #include -#if defined(_MSC_VER) || defined(__APPLE__) +#if defined(_MSC_VER) || defined(__APPLE__) || (defined(__SVR4) && defined(__sun)) #define __bswap_64(x) \ x = (x>>56) | \ ((x<<40) & 0x00FF000000000000) | \