瀏覽代碼

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
akinari1087 12 年之前
父節點
當前提交
1ed6911a71
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 0
      src/common/socket.c
  2. 0 1
      src/common/socket.h

+ 1 - 0
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 <stdio.h>

+ 0 - 1
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"