diff --git a/netplay_compat.h b/netplay_compat.h index fc408cb626..9a1942bd8a 100644 --- a/netplay_compat.h +++ b/netplay_compat.h @@ -71,6 +71,10 @@ #endif #endif +#ifndef MSG_NOSIGNAL +#define MSG_NOSIGNAL 0 +#endif + #if defined(_WIN32) /* Woohoo, Winsock has headers * from the STONE AGE. :D */