freebsd-ports/games/criticalmass/files/patch-utils__zStream.cpp
Dmitry Marakasov cc32519043 - Update to 1.0.2
- Add LICENSE
- Stagify

PR:		192795
Submitted by:	tkato432@yahoo.com
2014-08-22 16:45:38 +00:00

11 lines
326 B
C++

--- utils/zStream.cpp.orig
+++ utils/zStream.cpp
@@ -12,6 +12,8 @@
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
//
+#include <cstdlib>
+
#include <Trace.hpp>
#include <Endian.hpp>
#include <zStream.hpp>