GNOME Bugzilla – Bug 133219
missing include in ./gst/effectv/gstedge.c
Last modified: 2004-12-22 21:47:04 UTC
./gst/effectv/gstedge.c misses #include <strings.h> for the prototype of bzero()
Created attachment 23986 [details] [review] add missing include for bzero() prototype
needs to be applied to ./gst/effectv/gstvertigo.c as well
and to gst/mpeg1sys/systems.c
and to ./gst/rtjpeg/RTjpeg.c ./gst/tcp/gsttcpsrc.c ./gst/tcp/gsttcpsink.c
Fixed (locally). Thanks.