OSDN Git Service

Add missing stdint.h #include to fix 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Wed, 22 Jul 2009 15:11:00 +0000 (15:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 22 Jul 2009 15:11:00 +0000 (15:11 +0000)
Originally committed as revision 19484 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/cga_data.h

index 011f145..c3f69f1 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef AVCODEC_CGA_DATA_H
 #define AVCODEC_CGA_DATA_H
 
+#include <stdint.h>
+
 extern const uint8_t ff_cga_font[2048];
 extern const uint32_t ff_cga_palette[16];