mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +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
5b2d689774
commit
be5f69be58
1 changed files with 2 additions and 0 deletions
|
@ -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