comparison cga_data.h @ 9973:60d6fa47988b libavcodec

Add missing stdint.h #include to fix 'make checkheaders'.
author diego
date Wed, 22 Jul 2009 15:11:00 +0000
parents 5b75e6e974c7
children 8a393a20349f
comparison
equal deleted inserted replaced
9972:dea232ef4287 9973:60d6fa47988b
19 */ 19 */
20 20
21 #ifndef AVCODEC_CGA_DATA_H 21 #ifndef AVCODEC_CGA_DATA_H
22 #define AVCODEC_CGA_DATA_H 22 #define AVCODEC_CGA_DATA_H
23 23
24 #include <stdint.h>
25
24 extern const uint8_t ff_cga_font[2048]; 26 extern const uint8_t ff_cga_font[2048];
25 extern const uint32_t ff_cga_palette[16]; 27 extern const uint32_t ff_cga_palette[16];
26 28
27 #endif 29 #endif