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.
gentoo-overlay/media-gfx/fbgrab/files/fbgrab-1.0-zlib_h.patch

11 lines
263 B

--- fbgrab.c
+++ fbgrab.c
@@ -22,6 +22,7 @@
#include <getopt.h>
#include <sys/vt.h> /* to handle vt changing */
+#include <zlib.h> /* Z_BEST_COMPRESSION */
#include <png.h> /* PNG lib */
#include <linux/fb.h> /* to handle framebuffer ioctls */