From: Todd Agulnick Date: Fri, 5 Apr 2013 08:34:23 +0000 (+0100) Subject: osxvideo: include pthread.h to fix compiler warning X-Git-Tag: 1.19.3~509^2~5965 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a30476497fe8f1a4f5ba69c98b921c249922e6bf;p=platform%2Fupstream%2Fgstreamer.git osxvideo: include pthread.h to fix compiler warning https://bugzilla.gnome.org/show_bug.cgi?id=697303 --- diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m index 873df06092..9de76ff3bc 100644 --- a/sys/osxvideo/osxvideosink.m +++ b/sys/osxvideo/osxvideosink.m @@ -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 extern void _CFRunLoopSetCurrent(CFRunLoopRef rl); extern pthread_t _CFMainPThread; #endif