diff options
Diffstat (limited to 'print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c')
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c new file mode 100644 index 00000000000..fc5f161554a --- /dev/null +++ b/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- libgnomeprint/gnome-print-meta.c 2002/03/19 16:19:47 1.1 ++++ libgnomeprint/gnome-print-meta.c 2002/03/19 16:20:00 +@@ -28,8 +28,8 @@ + + #include <math.h> + #include <string.h> +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> |