GNOME Bugzilla – Bug 166512
gstdio.h not included from glib.h
Last modified: 2005-02-07 14:12:02 UTC
glib.h doesn't seem to include gstdio.h. This might be intentional but I think it's just wrong.
Intentional indeed. glib.h is not supposed to pull in stdio.h
Oh well. It should be documented in the gstdio wrappers then that gstdio.h needs to be included and why.