From 7fe124c1e0f8bb477e958e031d5482e4e25b20f1 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sat, 28 Jan 2012 22:25:38 -0800 Subject: [PATCH] plMessage now build on *nix :D --- Sources/Plasma/PubUtilLib/plMessage/plNetCommMsgs.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Sources/Plasma/PubUtilLib/plMessage/plNetCommMsgs.h b/Sources/Plasma/PubUtilLib/plMessage/plNetCommMsgs.h index 996c32b8..784b2fe0 100644 --- a/Sources/Plasma/PubUtilLib/plMessage/plNetCommMsgs.h +++ b/Sources/Plasma/PubUtilLib/plMessage/plNetCommMsgs.h @@ -45,15 +45,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com * ***/ -#ifndef PLASMA20_SOURCES_PLASMA_PUBUTILLIB_PLMESSAGE_PLNETCOMMMSGS_H -#define PLASMA20_SOURCES_PLASMA_PUBUTILLIB_PLMESSAGE_PLNETCOMMMSGS_H +#ifndef plNetCommMsgs_inc +#define plNetCommMsgs_inc -#include "pnUtils/pnUtils.h" +#include "pnUtils/pnUtArray.h" #include "pnNetBase/pnNetBase.h" #include "pnMessage/plMessage.h" -#include "pnNetProtocol/pnNetProtocol.h" - class plNetCommReplyMsg : public plMessage { public: @@ -173,4 +171,4 @@ public: -#endif // PLASMA20_SOURCES_PLASMA_PUBUTILLIB_PLMESSAGE_PLNETCOMMMSGS_H +#endif // plNetCommMsgs_inc