mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
osxaudio: fixes implicit declaration of function 'getpid'
This commit is contained in:
parent
6714d8c1ce
commit
220a9ff102
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <unistd.h> /* for getpid */
|
||||
#include "gstosxaudiosink.h"
|
||||
|
||||
static inline gboolean
|
||||
|
|
Loading…
Reference in a new issue