Add missing stdint.h #include; necessary to pass 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Wed, 8 Sep 2010 15:34:13 +0000 (15:34 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 8 Sep 2010 15:34:13 +0000 (15:34 +0000)
Originally committed as revision 25078 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/a64colors.h

index 1a83fb1..a9cdb6f 100644 (file)
@@ -27,6 +27,8 @@
 #ifndef AVCODEC_A64COLORS_H
 #define AVCODEC_A64COLORS_H
 
+#include <stdint.h>
+
 /* c64 palette in RGB */
 static const uint8_t a64_palette[16][3] = {
     {0x00, 0x00, 0x00},