projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15cae5e
)
Add missing stdint.h #include; necessary to pass 'make checkheaders'.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 8 Sep 2010 15:34:13 +0000
(15:34 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 8 Sep 2010 15:34:13 +0000
(15:34 +0000)
Originally committed as revision 25078 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/a64colors.h
patch
|
blob
|
history
diff --git
a/libavcodec/a64colors.h
b/libavcodec/a64colors.h
index
1a83fb1
..
a9cdb6f
100644
(file)
--- a/
libavcodec/a64colors.h
+++ b/
libavcodec/a64colors.h
@@
-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},