| 1 |
diff -up CriticalMass-1.0.2/utils/zStreamBufferImplZLib.cpp~ CriticalMass-1.0.2/utils/zStreamBufferImplZLib.cpp
|
| 2 |
--- CriticalMass-1.0.2/utils/zStreamBufferImplZLib.cpp~ 2008-01-04 23:11:45.000000000 +0100
|
| 3 |
+++ CriticalMass-1.0.2/utils/zStreamBufferImplZLib.cpp 2008-01-04 23:11:45.000000000 +0100
|
| 4 |
@@ -12,6 +12,8 @@
|
| 5 |
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
| 6 |
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
|
| 7 |
//
|
| 8 |
+#include <stdlib.h>
|
| 9 |
+
|
| 10 |
#include <Trace.hpp>
|
| 11 |
#include <zStreamBufferImplZLib.hpp>
|
| 12 |
|
| 13 |
diff -up CriticalMass-1.0.2/utils/Value.hpp~ CriticalMass-1.0.2/utils/Value.hpp
|
| 14 |
--- CriticalMass-1.0.2/utils/Value.hpp~ 2008-01-04 23:10:42.000000000 +0100
|
| 15 |
+++ CriticalMass-1.0.2/utils/Value.hpp 2008-01-04 23:10:42.000000000 +0100
|
| 16 |
@@ -16,6 +16,7 @@
|
| 17 |
#define _Value_hpp_
|
| 18 |
|
| 19 |
#include <stdio.h>
|
| 20 |
+#include <stdlib.h>
|
| 21 |
#include <string>
|
| 22 |
|
| 23 |
#include <Trace.hpp>
|
| 24 |
diff -up CriticalMass-1.0.2/utils/zStream.cpp~ CriticalMass-1.0.2/utils/zStream.cpp
|
| 25 |
--- CriticalMass-1.0.2/utils/zStream.cpp~ 2008-01-04 23:11:15.000000000 +0100
|
| 26 |
+++ CriticalMass-1.0.2/utils/zStream.cpp 2008-01-04 23:11:15.000000000 +0100
|
| 27 |
@@ -12,6 +12,8 @@
|
| 28 |
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
| 29 |
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
|
| 30 |
//
|
| 31 |
+#include <stdlib.h>
|
| 32 |
+
|
| 33 |
#include <Trace.hpp>
|
| 34 |
#include <Endian.hpp>
|
| 35 |
#include <zStream.hpp>
|
| 36 |
diff -up CriticalMass-1.0.2/utils/ResourceManager.cpp~ CriticalMass-1.0.2/utils/ResourceManager.cpp
|
| 37 |
--- CriticalMass-1.0.2/utils/ResourceManager.cpp~ 2008-01-04 23:10:04.000000000 +0100
|
| 38 |
+++ CriticalMass-1.0.2/utils/ResourceManager.cpp 2008-01-04 23:10:04.000000000 +0100
|
| 39 |
@@ -15,6 +15,7 @@
|
| 40 |
#include <iomanip>
|
| 41 |
#include <sys/types.h>
|
| 42 |
#include <sys/stat.h>
|
| 43 |
+#include <string.h>
|
| 44 |
|
| 45 |
#include <Trace.hpp>
|
| 46 |
#include <ResourceManager.hpp>
|