aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/source/BinaryOutput.cpp
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-02-28 22:14:48 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2013-02-28 22:14:48 +0100
commitb2d05c9cdd19abf005f249ace7f59d2c4fc2bbf1 (patch)
tree72b2717bf2a10cf86fc49f99ffde2bcd0100f708 /dep/g3dlite/source/BinaryOutput.cpp
parent47d7c3a6adbc9f11066a26136bbad440ee3c8641 (diff)
parentd069e1b6b4d9f839df1a823d0ec1ddfa6dea303c (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts: src/server/game/Entities/Creature/Creature.h src/server/game/Entities/Player/Player.h src/server/game/Spells/SpellMgr.cpp
Diffstat (limited to 'dep/g3dlite/source/BinaryOutput.cpp')
-rw-r--r--dep/g3dlite/source/BinaryOutput.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dep/g3dlite/source/BinaryOutput.cpp b/dep/g3dlite/source/BinaryOutput.cpp
index 054211d906c..81fa9822206 100644
--- a/dep/g3dlite/source/BinaryOutput.cpp
+++ b/dep/g3dlite/source/BinaryOutput.cpp
@@ -22,6 +22,10 @@
# include <errno.h>
#endif
+#ifdef __CYGWIN__
+# include <errno.h>
+#endif
+
// Largest memory buffer that the system will use for writing to
// disk. After this (or if the system runs out of memory)
// chunks of the file will be dumped to disk.