diff binkdata.h @ 11412:811467079ec9 libavcodec

Add lots of missing includes
author mru
date Mon, 08 Mar 2010 18:43:52 +0000
parents 0fc1cdd984b7
children
line wrap: on
line diff
--- a/binkdata.h	Mon Mar 08 18:43:47 2010 +0000
+++ b/binkdata.h	Mon Mar 08 18:43:52 2010 +0000
@@ -22,6 +22,8 @@
 #ifndef AVCODEC_BINKDATA_H
 #define AVCODEC_BINKDATA_H
 
+#include <stdint.h>
+
 /** Bink DCT and residue 8x8 block scan order */
 static const uint8_t bink_scan[64] = {
      0,  1,  8,  9,  2,  3, 10, 11,