diff --git a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net.cpp b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net.cpp index 4af2e469c1..e0f4b79da9 100644 --- a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net.cpp +++ b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net.cpp @@ -6,6 +6,11 @@ #include #include #include +#ifndef _WIN32 +#include +#include +#include +#endif #include "Common/CommonPaths.h" #include "Common/FileUtil.h" diff --git a/Source/Core/Core/IPC_HLE/WII_Socket.cpp b/Source/Core/Core/IPC_HLE/WII_Socket.cpp index 1608316061..a7ee6fd4e8 100644 --- a/Source/Core/Core/IPC_HLE/WII_Socket.cpp +++ b/Source/Core/Core/IPC_HLE/WII_Socket.cpp @@ -4,6 +4,7 @@ #include #ifndef _WIN32 +#include #include #endif