[vlc-commits] fix zsh completion
Rafaël Carré
git at videolan.org
Fri Apr 6 02:08:09 CEST 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Apr 5 20:07:16 2012 -0400| [43a501def8322c84e9d6fd55d05bfb1c199ef50c] | committer: Rafaël Carré
fix zsh completion
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43a501def8322c84e9d6fd55d05bfb1c199ef50c
---
extras/analyser/zsh.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extras/analyser/zsh.cpp b/extras/analyser/zsh.cpp
index 6587042..0bb9e55 100644
--- a/extras/analyser/zsh.cpp
+++ b/extras/analyser/zsh.cpp
@@ -33,6 +33,7 @@
#include <vlc/vlc.h>
#include <vlc_common.h>
#include <vlc_modules.h>
+#include <vlc_plugin.h>
#include "../src/modules/modules.h" /* evil hack */
typedef std::pair<std::string, std::string> mpair;
More information about the vlc-commits
mailing list