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 133219 - missing include in ./gst/effectv/gstedge.c
missing include in ./gst/effectv/gstedge.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Solaris
: Normal normal
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-02 14:15 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing include for bzero() prototype (250 bytes, patch)
2004-02-02 14:16 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-02 14:15:30 UTC
./gst/effectv/gstedge.c misses #include <strings.h> for the prototype of
bzero()
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-02 14:16:41 UTC
Created attachment 23986 [details] [review]
add missing include for bzero() prototype
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-02 14:18:20 UTC
needs to be applied to ./gst/effectv/gstvertigo.c as well
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-02 14:54:19 UTC
and to gst/mpeg1sys/systems.c
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-02 15:49:32 UTC
and to
./gst/rtjpeg/RTjpeg.c
./gst/tcp/gsttcpsrc.c
./gst/tcp/gsttcpsink.c
Comment 5 David Schleef 2004-02-02 18:46:19 UTC
Fixed (locally).  Thanks.