summaryrefslogtreecommitdiff
path: root/libavcodec/cga_data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-07-22 15:11:00 +0000
committerDiego Biurrun <diego@biurrun.de>2009-07-22 15:11:00 +0000
commitb06da1725adb661f59ee91ad35591e5d250c3374 (patch)
tree72cfee1972e699e1bea8c2c8887dfde0c956191c /libavcodec/cga_data.h
parent6c2a778d38fc4d23425207809386a67f24975e78 (diff)
Add missing stdint.h #include to fix 'make checkheaders'.
Originally committed as revision 19484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cga_data.h')
-rw-r--r--libavcodec/cga_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/cga_data.h b/libavcodec/cga_data.h
index 011f145dbe..c3f69f1f62 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 <stdint.h>
+
extern const uint8_t ff_cga_font[2048];
extern const uint32_t ff_cga_palette[16];