Commit 967a86e5 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: vlc_keys seems to need vlc_common.

parent b4730f28
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
/* SystemUIMode */ /* SystemUIMode */
#import <Carbon/Carbon.h> #import <Carbon/Carbon.h>
#include <vlc_keys.h>
#include "intf.h" #include "intf.h"
#include "fspanel.h" #include "fspanel.h"
...@@ -52,6 +51,9 @@ ...@@ -52,6 +51,9 @@
#import "controls.h" #import "controls.h"
#import "embeddedwindow.h" #import "embeddedwindow.h"
#include <vlc_common.h>
#include <vlc_keys.h>
/***************************************************************************** /*****************************************************************************
* DeviceCallback: Callback triggered when the video-device variable is changed * DeviceCallback: Callback triggered when the video-device variable is changed
*****************************************************************************/ *****************************************************************************/
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <string.h> #include <string.h>
#include <vlc_common.h>
#include <vlc_keys.h> #include <vlc_keys.h>
#include "intf.h" #include "intf.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment