diff dmres.c @ 722:ad3965b93ef1

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 21 Apr 2013 16:42:35 +0300
parents bb14d7907eb2 eb4bd1f7b679
children 3d74dc794a0a
line wrap: on
line diff
--- a/dmres.c	Sun Apr 21 16:40:45 2013 +0300
+++ b/dmres.c	Sun Apr 21 16:42:35 2013 +0300
@@ -7,6 +7,10 @@
 #include "dmres.h"
 #include <time.h>
 
+#ifdef DM_USE_PACKFS
+#include <zlib.h>
+#endif
+
 #ifdef DM_USE_STDIO
 #include <sys/types.h>
 #include <sys/stat.h>