You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
222 B

--- 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>