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
This commit is contained in:
akinari1087 2013-07-07 14:49:12 +00:00
parent 44c0f2a914
commit 1ed6911a71
2 changed files with 1 additions and 1 deletions

View File

@ -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>

View File

@ -5,7 +5,6 @@
#define _SOCKET_H_
#include "../common/cbasetypes.h"
#include "../config/core.h"
#ifdef WIN32
#include "../common/winapi.h"