osxvideo: include pthread.h to fix compiler warning

https://bugzilla.gnome.org/show_bug.cgi?id=697303
This commit is contained in:
Todd Agulnick 2013-04-05 09:34:23 +01:00 committed by Tim-Philipp Müller
parent b79f667ef4
commit a30476497f

View file

@ -48,6 +48,7 @@ GST_DEBUG_CATEGORY (gst_debug_osx_video_sink);
#define GST_CAT_DEFAULT gst_debug_osx_video_sink
#ifdef RUN_NS_APP_THREAD
#include <pthread.h>
extern void _CFRunLoopSetCurrent(CFRunLoopRef rl);
extern pthread_t _CFMainPThread;
#endif