diff --git a/src/Foundation/NSObject.mac.cs b/src/Foundation/NSObject.mac.cs index aecaaed17c44..ad46da60a3b3 100644 --- a/src/Foundation/NSObject.mac.cs +++ b/src/Foundation/NSObject.mac.cs @@ -94,6 +94,7 @@ public partial class NSObject : INativeObject static IntPtr io = Dlfcn.dlopen (Constants.ModelIOLibrary, 1); static IntPtr nc = Dlfcn.dlopen (Constants.NotificationCenterLibrary, 1); static IntPtr pl = Dlfcn.dlopen (Constants.PhotosLibrary, 1); + static IntPtr mp = Dlfcn.dlopen (Constants.MediaPlayerLibrary, 1); #endif #if !XAMCORE_4_0