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 166512 - gstdio.h not included from glib.h
gstdio.h not included from glib.h
Status: RESOLVED NOTABUG
Product: glib
Classification: Platform
Component: general
2.6.x
Other All
: Normal blocker
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2005-02-07 00:31 UTC by Sven Neumann
Modified: 2005-02-07 14:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Neumann 2005-02-07 00:31:31 UTC
glib.h doesn't seem to include gstdio.h. This might be intentional but I think
it's just wrong.
Comment 1 Matthias Clasen 2005-02-07 05:31:50 UTC
Intentional indeed. glib.h is not supposed to pull in stdio.h
Comment 2 Sven Neumann 2005-02-07 14:12:02 UTC
Oh well. It should be documented in the gstdio wrappers then that gstdio.h needs
to be included and why.