applemedia: always include <Foundation/Foundation.h>
authorAlessandro Decina <alessandro.d@gmail.com>
Sat, 14 Dec 2013 12:30:01 +0000 (13:30 +0100)
committerAlessandro Decina <alessandro.d@gmail.com>
Sat, 14 Dec 2013 12:30:01 +0000 (13:30 +0100)
Fixes compilation with newest xcode.

sys/applemedia/plugin.m

index cf96b6aea4984ca36af24e1b4d3460495e788159..e4fe9e3bc7c7bab60c006836770b8037c32ca244 100644 (file)
 # include <config.h>
 #endif
 
+#include <Foundation/Foundation.h>
 #ifdef HAVE_IOS
 #include "iosassetsrc.h"
 #else
 #include "qtkitvideosrc.h"
 #endif
 #ifdef HAVE_AVFOUNDATION
-#include <Foundation/Foundation.h>
 #include "avfvideosrc.h"
 #endif
 #include "vth264decbin.h"