After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653388 - modules/cups/gnome-print-cups-transport.c needs to include stdio.h
modules/cups/gnome-print-cups-transport.c needs to include stdio.h
Status: RESOLVED FIXED
Product: gnome-print
Classification: Deprecated
Component: general
unspecified
Other Mac OS
: Normal major
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-06-25 07:31 UTC by Jeremy Huddleston
Modified: 2011-10-12 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeremy Huddleston 2011-06-25 07:31:23 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>
Comment 1 Vincent Untz 2011-10-12 15:13:45 UTC
Thanks, pushed.