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 596903 - tests/test-uri.c misses an include
tests/test-uri.c misses an include
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-30 18:19 UTC by Peter Hjalmarsson
Modified: 2009-09-30 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds missing include (539 bytes, patch)
2009-09-30 18:19 UTC, Peter Hjalmarsson
none Details | Review

Description Peter Hjalmarsson 2009-09-30 18:19:40 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.
Comment 1 Shaun McCance 2009-09-30 18:28:33 UTC
Committed and pushed.  Thanks.