diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-03 12:46:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-03 12:46:20 +0000 |
commit | 7827885cfb65ce14c7f9720f90e2b2efcca3c29a (patch) | |
tree | bd539fb85574723b41f0352503cfa40f1d8b632b | |
parent | f2c68f9c7e4314f0cf7e7642bc88fb76c4727487 (diff) | |
download | ffmpeg-7827885cfb65ce14c7f9720f90e2b2efcca3c29a.tar.gz |
Fix make checkheaders.
Originally committed as revision 11156 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/qtpalette.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/qtpalette.h b/libavformat/qtpalette.h index e1032ddd56..0c6c44f47e 100644 --- a/libavformat/qtpalette.h +++ b/libavformat/qtpalette.h @@ -23,6 +23,8 @@ #ifndef FFMPEG_QTPALETTE_H #define FFMPEG_QTPALETTE_H +#include <inttypes.h> + static const uint8_t ff_qt_default_palette_4[4 * 4] = { 0x93, 0x65, 0x5E, 0x00, 0xFF, 0xFF, 0xFF, 0x00, |