[vlc-devel] commit: shine: add missing assert.h (Jean-Paul Saman )
    git version control 
    git at videolan.org
       
    Fri Jul 24 21:05:02 CEST 2009
    
    
  
vlc | branch: 1.0-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Sun Jul 12 11:23:44 2009 +0200| [8db2dbb7c2e1d71ed5e555d66ab424217d723401] | committer: Jean-Paul Saman 
shine: add missing assert.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8db2dbb7c2e1d71ed5e555d66ab424217d723401
---
 modules/codec/shine/shine.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/codec/shine/shine.c b/modules/codec/shine/shine.c
index 8a1fdf6..fcc5b26 100644
--- a/modules/codec/shine/shine.c
+++ b/modules/codec/shine/shine.c
@@ -45,6 +45,8 @@
 #include <inttypes.h>
 #include <string.h>
 #include <limits.h>
+#include <assert.h>
+
 #include "../wmafixed/bswap.h"
 #include "enc_base.h"
 
    
    
More information about the vlc-devel
mailing list