diff options
Diffstat (limited to 'src/net/ea/protocol.cpp')
-rw-r--r-- | src/net/ea/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/protocol.cpp b/src/net/ea/protocol.cpp index 69d69901..9d9db56f 100644 --- a/src/net/ea/protocol.cpp +++ b/src/net/ea/protocol.cpp @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "protocol.h" +#include "net/ea/protocol.h" #define LOBYTE(w) ((unsigned char)(w)) #define HIBYTE(w) ((unsigned char)(((unsigned short)(w)) >> 8)) |