[vlc-commits] src/interface: compilation fix

Felix Paul Kühne git at videolan.org
Wed May 9 19:11:44 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed May  9 19:11:39 2012 +0200| [59b955192d487af80b913c66d072351605b01673] | committer: Felix Paul Kühne

src/interface: compilation fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59b955192d487af80b913c66d072351605b01673
---

 src/interface/interface.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/interface/interface.c b/src/interface/interface.c
index 4f39d02..8161e86 100644
--- a/src/interface/interface.c
+++ b/src/interface/interface.c
@@ -47,6 +47,10 @@
 #include <vlc_interface.h>
 #include "libvlc.h"
 
+#ifdef __APPLE__
+#include "../lib/libvlc_internal.h"
+#endif
+
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/



More information about the vlc-commits mailing list