summaryrefslogtreecommitdiffstats
path: root/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c')
-rw-r--r--print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c b/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c
new file mode 100644
index 000000000..6aa2b9a4f
--- /dev/null
+++ b/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c
@@ -0,0 +1,12 @@
+--- libgnomeprint/gnome-print.c.orig Tue Jan 7 14:39:24 2003
++++ libgnomeprint/gnome-print.c Tue Jan 7 14:39:35 2003
+@@ -38,8 +38,8 @@
+ #include <libgnomeprint/gnome-print-frgba.h>
+
+ /* For the buffer stuff, remove when the buffer stuff is moved out here */
+-#include <sys/mman.h>
+ #include <sys/types.h>
++#include <sys/mman.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <unistd.h>