diff --git a/libretro-common/include/net/net_compat.h b/libretro-common/include/net/net_compat.h index 83af97bbc2..d96a138562 100644 --- a/libretro-common/include/net/net_compat.h +++ b/libretro-common/include/net/net_compat.h @@ -23,6 +23,7 @@ #include #include +#include #if defined(_WIN32) && !defined(_XBOX) #ifndef _WIN32_WINNT diff --git a/libretro-common/net/net_compat.c b/libretro-common/net/net_compat.c index c48db4d898..59d19698c9 100644 --- a/libretro-common/net/net_compat.c +++ b/libretro-common/net/net_compat.c @@ -174,7 +174,6 @@ bool network_init(void) network_deinit(); return false; } - RARCH_LOG("WSA Initialized.\n"); #elif defined(__CELLOS_LV2__) && !defined(__PSL1GHT__) cellSysmoduleLoadModule(CELL_SYSMODULE_NET); sys_net_initialize_network();