mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into single ones respectively as print/psutils did. Approved by: dinoex (maintainer) [1]
10 lines
215 B
C
10 lines
215 B
C
--- psif.c.orig 2013-04-27 22:58:26.000000000 +0900
|
|
+++ psif.c 2013-04-27 22:58:42.000000000 +0900
|
|
@@ -5,6 +5,7 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
|