mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
11 lines
231 B
C++
11 lines
231 B
C++
--- 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)
|
|
{
|