From 99545457bf1175d55e4eaa2c061dbf0faeb661ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 16 Jun 2007 22:59:13 +0000 Subject: include all prerequisites in header files Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/atrac3data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/atrac3data.h') 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 + /* VLC tables */ static const uint8_t huffcode1[9] = { -- cgit v1.2.1