]> git.sesse.net Git - vlc/commitdiff
shine: add missing assert.h
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 21 Jul 2009 09:23:04 +0000 (11:23 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 22 Jul 2009 09:37:33 +0000 (11:37 +0200)
modules/codec/shine/shine.c

index 8a1fdf6213435abd4d91f7a915a586a108aebb75..fcc5b2645d194b0c10de6adf90ed7d9bd0ec4ae4 100644 (file)
@@ -45,6 +45,8 @@
 #include <inttypes.h>
 #include <string.h>
 #include <limits.h>
+#include <assert.h>
+
 #include "../wmafixed/bswap.h"
 #include "enc_base.h"