gst-libs/gst/cdda/gstcddabasesrc.c: compile fix; strtol() needs <stdlib.h>

Original commit message from CVS:

* gst-libs/gst/cdda/gstcddabasesrc.c:
compile fix; strtol() needs <stdlib.h>
This commit is contained in:
Thomas Vander Stichele 2006-04-29 01:10:34 +00:00
parent a7458ceea9
commit 6e3506b116
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/cdda/gstcddabasesrc.c:
compile fix; strtol() needs <stdlib.h>
2006-04-28 Stefan Kost <ensonic@users.sf.net>
* ext/alsa/gstalsamixerelement.c:

View file

@ -78,6 +78,7 @@
#endif
#include <string.h>
#include <stdlib.h> /* for strtol */
#include "gstcddabasesrc.h"
#include "gst/gst-i18n-plugin.h"