summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 3ed59bb86..ddf3f08fd 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -23,11 +23,12 @@
#ifndef NET_EATHENA_PROTOCOL_H
#define NET_EATHENA_PROTOCOL_H
-#include "net/protocoldefine.h"
-
+#include "net/protocolindefine.h"
#include "net/eathena/packetsin.inc"
-#include "net/eathena/packetsout.inc"
+#undef packet
+#include "net/protocoloutdefine.h"
+#include "net/eathena/packetsout.inc"
#undef packet
#endif // NET_EATHENA_PROTOCOL_H