diff a64colors.h @ 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 7cf900245fce
children
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},