diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/patches/patch-ad | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ad b/graphics/netpbm/patches/patch-ad new file mode 100644 index 00000000000..5d3c67f836c --- /dev/null +++ b/graphics/netpbm/patches/patch-ad @@ -0,0 +1,20 @@ +$NetBSD: patch-ad,v 1.20 2006/02/02 16:04:13 joerg Exp $ + +--- converter/ppm/ppmtompeg/parallel.c.orig 2006-02-02 15:52:14.000000000 +0000 ++++ converter/ppm/ppmtompeg/parallel.c +@@ -27,6 +27,7 @@ + */ + + ++#include <sys/types.h> + #include <stdarg.h> + #include <time.h> + #include <unistd.h> +@@ -36,7 +37,6 @@ + #include <signal.h> + #include <netdb.h> + #include <assert.h> +-#include <sys/types.h> + #include <sys/times.h> + + #include "mallocvar.h" |