1 2 3 4 5 6 7 8 9 10 11 12 13 14 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>