changeset 12476:c4be22c976b6 libavcodec

Add missing stdint.h #include; necessary to pass 'make checkheaders'.
author diego
date Wed, 08 Sep 2010 15:34:13 +0000
parents 9fef0a8ddd63
children c707911013ad
files a64colors.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdint.h>
+
 /* c64 palette in RGB */
 static const uint8_t a64_palette[16][3] = {
     {0x00, 0x00, 0x00},