mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
a7458ceea9
commit
6e3506b116
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h> /* for strtol */
|
||||
|
||||
#include "gstcddabasesrc.h"
|
||||
#include "gst/gst-i18n-plugin.h"
|
||||
|
|
Loading…
Reference in a new issue