Quellcode durchsuchen

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 vor 12 Jahren
Ursprung
Commit
1ed6911a71
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"