GNOME Bugzilla – Bug 742201
Missing #includes in gstdio.h
Last modified: 2017-09-11 15:26:55 UTC
I think gstdio.h should include what clients need to use it, no? I have to manually #include <fcntl.h> if I want to use g_open(): ../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebExtensionTest.cpp:330:42: error: ‘open’ was not declared in this scope int ret = g_open(pathname, flags, 0); ^
*** This bug has been marked as a duplicate of bug 781598 ***