summaryrefslogtreecommitdiff
blob: 7e5635332df80558e384180625adbf511524786e (plain)
1
2
3
4
5
6
7
8
9
10
--- a/pbm2png.c
+++ b/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>