diff svq1_vlc.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children eca08bfad00f
line wrap: on
line diff
--- a/svq1_vlc.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/svq1_vlc.h	Sat Jun 16 22:59:13 2007 +0000
@@ -21,6 +21,8 @@
 #ifndef SVQ1_VLC_H
 #define SVQ1_VLC_H
 
+#include <stdint.h>
+
 /* values in this table range from 0..3; adjust retrieved value by +0 */
 static const uint8_t svq1_block_type_vlc[4][2] = {
  /* { code, length } */