mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
tests/icles/test-scale.c: Include <stdlib.h> for atoi().
Original commit message from CVS: * tests/icles/test-scale.c: Include <stdlib.h> for atoi().
This commit is contained in:
parent
79930b61bf
commit
e5fd110c34
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-04 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/icles/test-scale.c:
|
||||
Include <stdlib.h> for atoi().
|
||||
|
||||
2008-08-04 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
static GstElement *
|
||||
|
|
Loading…
Reference in a new issue