From e48476a3b929f44ff0b2fd3c3d7d9fc57167f253 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 2 Feb 2006 16:04:13 +0000 Subject: Fix compilation on DragonFly by reordering includes. --- graphics/netpbm/patches/patch-ad | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 graphics/netpbm/patches/patch-ad (limited to 'graphics/netpbm') 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 + #include + #include + #include +@@ -36,7 +37,6 @@ + #include + #include + #include +-#include + #include + + #include "mallocvar.h" -- cgit v1.2.3