[vlc-devel] commit: fix include for vlc_dialog (Derk-Jan Hartman )
git version control
git at videolan.org
Thu Mar 5 23:32:49 CET 2009
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu Mar 5 23:32:21 2009 +0100| [5f5c01ac1f1b21ac7cf46e39379ab6919de1742b] | committer: Derk-Jan Hartman
fix include for vlc_dialog
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f5c01ac1f1b21ac7cf46e39379ab6919de1742b
---
modules/gui/macosx/intf.m | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 5bcd50c..d13e576 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -30,6 +30,7 @@
#include <stdlib.h> /* malloc(), free() */
#include <sys/param.h> /* for MAXPATHLEN */
#include <string.h>
+#include <vlc_common.h>
#include <vlc_keys.h>
#include <vlc_dialog.h>
#include <unistd.h> /* execl() */
More information about the vlc-devel
mailing list