pkgsrc/print/gnome-print/patches/patch-ab
2001-04-06 22:12:55 +00:00

14 lines
335 B
Text

$NetBSD: patch-ab,v 1.5 2001/04/06 22:12:55 rh Exp $
--- installer/gf-pfb.c.orig Fri Apr 6 12:38:56 2001
+++ installer/gf-pfb.c
@@ -4,8 +4,8 @@
* fixme: We should relly do some parsing here
*/
-#include <sys/mman.h>
#include <sys/types.h>
+#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>