GNOME Bugzilla – Bug 596903
tests/test-uri.c misses an include
Last modified: 2009-09-30 18:28:33 UTC
Created attachment 144429 [details] [review] Adds missing include tests/test-uri.c misses #include <gio/gunixoutputstream.h> which prevents the following warning if "make check": test-uri.c:198: warning: implicit declaration of function 'g_unix_output_stream_new' test-uri.c:198: warning: nested extern declaration of 'g_unix_output_stream_new' test-uri.c:198: warning: initialization makes pointer from integer without a cast test-uri.c: In function 'print_uri': Please fix, as this breaks the installation for people who uses Gentoo and have portage run make check by default. Attaching patch against git.
Committed and pushed. Thanks.