# HG changeset patch # User diego # Date 1283960053 0 # Node ID c4be22c976b67c35a1f4837365872e89d6cef6e9 # Parent 9fef0a8ddd635adf3aecf01fac80ba020a4f6dba Add missing stdint.h #include; necessary to pass 'make checkheaders'. diff -r 9fef0a8ddd63 -r c4be22c976b6 a64colors.h --- a/a64colors.h Wed Sep 08 15:07:14 2010 +0000 +++ b/a64colors.h Wed Sep 08 15:34:13 2010 +0000 @@ -27,6 +27,8 @@ #ifndef AVCODEC_A64COLORS_H #define AVCODEC_A64COLORS_H +#include + /* c64 palette in RGB */ static const uint8_t a64_palette[16][3] = { {0x00, 0x00, 0x00},