From 3ed78609438af404d6738cc3bb3eefae93a7c2d4 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 13 Sep 2011 10:59:47 -0400 Subject: include stdint.h in adpcm_data.h fixes make checkheaders --- libavcodec/adpcm_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/adpcm_data.h') diff --git a/libavcodec/adpcm_data.h b/libavcodec/adpcm_data.h index baca426537..a46cb5bdec 100644 --- a/libavcodec/adpcm_data.h +++ b/libavcodec/adpcm_data.h @@ -26,6 +26,8 @@ #ifndef AVCODEC_ADPCM_DATA_H #define AVCODEC_ADPCM_DATA_H +#include + extern const int8_t ff_adpcm_index_table[16]; extern const int16_t ff_adpcm_step_table[89]; extern const int16_t ff_adpcm_AdaptationTable[]; -- cgit v1.2.3