diff --git a/netplay_compat.h b/netplay_compat.h index 6757b5f0b1..8e5ca89814 100644 --- a/netplay_compat.h +++ b/netplay_compat.h @@ -64,6 +64,11 @@ #if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__) #include #include + +#ifndef EWOULDBLOCK +#define EWOULDBLOCK SYS_NET_EWOULDBLOCK +#endif + #else #include #endif