changeset 9973:60d6fa47988b libavcodec

Add missing stdint.h #include to fix 'make checkheaders'.
author diego
date Wed, 22 Jul 2009 15:11:00 +0000
parents dea232ef4287
children 2ccd77e59b0e
files cga_data.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cga_data.h	Wed Jul 22 03:56:08 2009 +0000
+++ b/cga_data.h	Wed Jul 22 15:11:00 2009 +0000
@@ -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];