diff --git a/engine/platform/posix/net.h b/engine/platform/posix/net.h index 8353baf1..58532927 100644 --- a/engine/platform/posix/net.h +++ b/engine/platform/posix/net.h @@ -20,6 +20,9 @@ GNU General Public License for more details. #if !XASH_PSVITA #include #endif +#if XASH_SUNOS // TODO: figure out if we need this header on other systems +#include +#endif #include #include #include