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/jpeg2ps/files/jpeg2ps-1.9-include.diff

12 lines
341 B

diff --exclude='*~' -Naur jpeg2ps-1.9.orig/asc85ec.c jpeg2ps-1.9/asc85ec.c
--- jpeg2ps-1.9.orig/asc85ec.c 2005-09-10 23:02:15.000000000 -0300
+++ jpeg2ps-1.9/asc85ec.c 2005-09-10 23:08:08.000000000 -0300
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <fcntl.h>
+#include <stdlib.h>
/* try to identify Mac compilers */
#ifdef __MWERKS__