From b06da1725adb661f59ee91ad35591e5d250c3374 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 22 Jul 2009 15:11:00 +0000 Subject: [PATCH] Add missing stdint.h #include to fix 'make checkheaders'. Originally committed as revision 19484 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cga_data.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/cga_data.h b/libavcodec/cga_data.h index 011f145..c3f69f1 100644 --- a/libavcodec/cga_data.h +++ b/libavcodec/cga_data.h @@ -21,6 +21,8 @@ #ifndef AVCODEC_CGA_DATA_H #define AVCODEC_CGA_DATA_H +#include + extern const uint8_t ff_cga_font[2048]; extern const uint32_t ff_cga_palette[16]; -- 2.7.4