Bläddra i källkod

Fixed #638

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
Cydh Ramdh 9 år sedan
förälder
incheckning
f669072e85
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 1
      src/common/mmo.h
  2. 1 0
      src/map/chrif.h

+ 1 - 1
src/common/mmo.h

@@ -6,7 +6,7 @@
 
 #include "cbasetypes.h"
 #include "../common/db.h"
-//#include "../config/core.h"
+#include "../config/core.h"
 #include <time.h>
 
 // server->client protocol version

+ 1 - 0
src/map/chrif.h

@@ -5,6 +5,7 @@
 #define _CHRIF_H_
 
 #include "../common/cbasetypes.h"
+#include "../common/socket.h" // enum chrif_req_op
 #include <time.h>
 
 enum sd_state { ST_LOGIN, ST_LOGOUT, ST_MAPCHANGE };