diff options
Diffstat (limited to 'libavcodec/atrac3data.h')
-rw-r--r-- | libavcodec/atrac3data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/atrac3data.h b/libavcodec/atrac3data.h index 0017d60c06..8c12103993 100644 --- a/libavcodec/atrac3data.h +++ b/libavcodec/atrac3data.h @@ -25,6 +25,8 @@ * Atrac 3 AKA RealAudio 8 compatible decoder data */ +#include <stdint.h> + /* VLC tables */ static const uint8_t huffcode1[9] = { |