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 628705 - Missing stdlib.h include in rtsp-media.c
Missing stdlib.h include in rtsp-media.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-03 14:11 UTC by Vincent Untz
Modified: 2010-09-05 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2010-09-03 14:11:07 UTC
Here's a build warning:

rtsp-media.c:743:3: warning: implicit declaration of function 'atoi'

You just need to #include <stdlib.h> :-)
Comment 1 Tim-Philipp Müller 2010-09-05 20:14:31 UTC
Thanks for the bug report, this has already been fixed in git:

commit 6a880e53df3a1e66ea8d591184a79817311eb4f6
Author: David Schleef <ds@schleef.org>
Date:   Mon Aug 9 12:56:23 2010 -0700

    Add stdlib.h for atoi()