Commit 23291a70 authored by diego's avatar diego

Add missing stdint.h #include to fix 'make checkheaders'.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1cf8298d
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment