blob: 4ec7f7f7e7b0716e608760966831227f62f0a371 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- game/main.cpp.orig 2005-09-12 04:04:52.000000000 +0200
+++ game/main.cpp 2012-05-11 17:51:11.000000000 +0200
@@ -27,6 +27,7 @@
#include <sys/stat.h>
#include <sys/types.h>
+#include <zlib.h>
void migrateConfig( void)
{
|