Signed-off-by: Cydh Ramdh <cydh@pservero.com>
@@ -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
@@ -5,6 +5,7 @@
#define _CHRIF_H_
#include "../common/cbasetypes.h"
+#include "../common/socket.h" // enum chrif_req_op
enum sd_state { ST_LOGIN, ST_LOGOUT, ST_MAPCHANGE };