summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket.cpp')
-rw-r--r--source/packets/cPacket.cpp12
1 files changed, 9 insertions, 3 deletions
diff --git a/source/packets/cPacket.cpp b/source/packets/cPacket.cpp
index a22e27d41..06ae24706 100644
--- a/source/packets/cPacket.cpp
+++ b/source/packets/cPacket.cpp
@@ -1,15 +1,21 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket.h"
-#include "../cMCLogger.h"
#include "../Endianness.h"
#ifdef _WIN32
-#define MSG_NOSIGNAL (0)
+ #define MSG_NOSIGNAL (0)
#endif
#ifdef __MAC_NA
-#define MSG_NOSIGNAL (0)
+ #define MSG_NOSIGNAL (0)
#endif
+
+
+
+
//*****************************************************************************
// Blocking receive all function
//*****************************************************************************