mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 21:14:44 +00:00
ext/jack/gstjackaudiosink.c: Add stdlib include here too.
Original commit message from CVS: * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device), (gst_jack_ring_buffer_acquire): Add stdlib include here too.
This commit is contained in:
parent
f56adf75ca
commit
d7f9aaebf3
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-07-18 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
|
||||
(gst_jack_ring_buffer_acquire):
|
||||
Add stdlib include here too.
|
||||
|
||||
2007-07-18 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* examples/app/appsrc_ex.c:
|
||||
|
@ -11,7 +17,7 @@
|
|||
* gst/spectrum/demo-audiotest.c:
|
||||
* gst/spectrum/demo-osssrc.c:
|
||||
* sys/dvb/gstdvbsrc.c:
|
||||
Add stdlib include (free, atoi, exit).
|
||||
Add stdlib include (free, atoi, exit).
|
||||
|
||||
2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
|
|
|
@ -62,6 +62,8 @@
|
|||
*
|
||||
* Last reviewed on 2006-11-30 (0.10.4)
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gstjackaudiosink.h"
|
||||
|
|
Loading…
Reference in a new issue