summaryrefslogtreecommitdiff
path: root/libpcsxcore/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/socket.c')
-rw-r--r--libpcsxcore/socket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/socket.c b/libpcsxcore/socket.c
index 328aeb7f..c32819e8 100644
--- a/libpcsxcore/socket.c
+++ b/libpcsxcore/socket.c
@@ -15,6 +15,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
+#include "config.h"
+
#include <stdio.h>
#ifdef _WIN32
#include <winsock2.h>