GNOME Bugzilla – Bug 653388
modules/cups/gnome-print-cups-transport.c needs to include stdio.h
Last modified: 2011-10-12 15:13:45 UTC
gnome-print-cups-transport.c:59:2: error: unknown type name 'FILE' FILE *file; ^ --- libgnomeprint/modules/cups/gnome-print-cups-transport.c 2010-02-09 04:32:51.000000000 -0800 +++ libgnomeprint/modules/cups/gnome-print-cups-transport.c 2011-06-25 00:22:53.000000000 -0700 @@ -36,6 +36,7 @@ #include <fcntl.h> #include <unistd.h> #include <locale.h> +#include <stdio.h> #include <cups/cups.h> #include <libgnomeprint/gnome-print.h>
Thanks, pushed.