[vlc-commits] Notify: fix compilation

Jean-Baptiste Kempf git at videolan.org
Sat Aug 16 08:45:11 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 16 08:44:59 2014 +0200| [5f964e27bc54e1d71f41869529dcf08f07bbe9cf] | committer: Jean-Baptiste Kempf

Notify: fix compilation

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

 modules/notify/notify.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/notify/notify.c b/modules/notify/notify.c
index ff6c325..085b5b1 100644
--- a/modules/notify/notify.c
+++ b/modules/notify/notify.c
@@ -31,6 +31,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_interface.h>
+#include <vlc_input.h>
 #include <vlc_playlist.h>
 #include <vlc_url.h>
 



More information about the vlc-commits mailing list