diff options
Diffstat (limited to 'graphics/jpeg2ps/files/patch-asc85ec.c')
-rw-r--r-- | graphics/jpeg2ps/files/patch-asc85ec.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/jpeg2ps/files/patch-asc85ec.c b/graphics/jpeg2ps/files/patch-asc85ec.c new file mode 100644 index 000000000000..8ffc6e462c80 --- /dev/null +++ b/graphics/jpeg2ps/files/patch-asc85ec.c @@ -0,0 +1,10 @@ +--- asc85ec.c.orig 2013-04-27 23:43:09.000000000 +0900 ++++ asc85ec.c 2013-04-27 23:43:22.000000000 +0900 +@@ -2,6 +2,7 @@ + /* (C) Thomas Merz 1994-2002 */ + + #include <stdio.h> ++#include <stdlib.h> + #include <fcntl.h> + + /* try to identify Mac compilers */ |