From 1ed6911a719176d771d28c7105b1edf650afe48c Mon Sep 17 00:00:00 2001 From: akinari1087 Date: Sun, 7 Jul 2013 14:49:12 +0000 Subject: [PATCH] Follow-up to r17404 : Fix carts not being usable - Fixes bugreport:7800 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17407 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/socket.c | 1 + src/common/socket.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/socket.c b/src/common/socket.c index 7b667b57dd..1f2e365e00 100644 --- a/src/common/socket.c +++ b/src/common/socket.c @@ -7,6 +7,7 @@ #include "../common/malloc.h" #include "../common/showmsg.h" #include "../common/strlib.h" +#include "../config/core.h" #include "socket.h" #include diff --git a/src/common/socket.h b/src/common/socket.h index 8e6457e6a9..0b6ac026f3 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -5,7 +5,6 @@ #define _SOCKET_H_ #include "../common/cbasetypes.h" -#include "../config/core.h" #ifdef WIN32 #include "../common/winapi.h"