[vlc-commits] Include "modules.h" from libvlc-module.c
    Rémi Denis-Courmont 
    git at videolan.org
       
    Tue Aug 16 18:20:58 CEST 2011
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 16 15:55:02 2011 +0300| [9ef30ee80f60a3bb586438b4353e717f410d3b10] | committer: Rémi Denis-Courmont
Include "modules.h" from libvlc-module.c
This ensures that the vlc_entry__main prototype matches.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ef30ee80f60a3bb586438b4353e717f410d3b10
---
 src/libvlc-module.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 8189587..e392648 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -38,6 +38,7 @@
 #include <vlc_cpu.h>
 #include <vlc_aout_intf.h>
 #include "libvlc.h"
+#include "modules/modules.h"
 
 //#define Nothing here, this is just to prevent update-po from being stupid
 #include "vlc_keys.h"
    
    
More information about the vlc-commits
mailing list