diff options
Diffstat (limited to 'games/criticalmass/patches/patch-utils_zStreamBufferImplZLib.cpp')
-rw-r--r-- | games/criticalmass/patches/patch-utils_zStreamBufferImplZLib.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/criticalmass/patches/patch-utils_zStreamBufferImplZLib.cpp b/games/criticalmass/patches/patch-utils_zStreamBufferImplZLib.cpp new file mode 100644 index 00000000000..56f45b7baa7 --- /dev/null +++ b/games/criticalmass/patches/patch-utils_zStreamBufferImplZLib.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-utils_zStreamBufferImplZLib.cpp,v 1.1 2011/11/24 14:09:47 joerg Exp $ + +--- utils/zStreamBufferImplZLib.cpp.orig 2011-11-24 00:46:30.000000000 +0000 ++++ utils/zStreamBufferImplZLib.cpp +@@ -14,6 +14,7 @@ + // + #include <Trace.hpp> + #include <zStreamBufferImplZLib.hpp> ++#include <stdlib.h> + + bool ziStreamBufferImplZLib::init( void) + { |