blob: 72a0e1b65af98e295c0dee8dd1046ca03b9c0114 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- pbm2png.c
+++ pbm2png.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <zlib.h> /* Z_BEST_COMPRESSION */
#include <png.h>
#include <sys/types.h>
#include <sys/stat.h>
|