[vlc-commits] OSX growl: fix compilation
Jean-Baptiste Kempf
git at videolan.org
Sat Aug 16 01:12:34 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 16 01:12:05 2014 +0200| [67d1a86303e1368278bbdcba46321731fd000bfc] | committer: Jean-Baptiste Kempf
OSX growl: fix compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67d1a86303e1368278bbdcba46321731fd000bfc
---
modules/notify/growl.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/notify/growl.m b/modules/notify/growl.m
index e8e5226..9501083 100644
--- a/modules/notify/growl.m
+++ b/modules/notify/growl.m
@@ -57,6 +57,7 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_playlist.h>
+#include <vlc_input.h>
#include <vlc_meta.h>
#include <vlc_interface.h>
#include <vlc_url.h>
More information about the vlc-commits
mailing list