summaryrefslogtreecommitdiff
path: root/libavcodec/cga_data.h
diff options
context:
space:
mode:
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];