diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-04 16:58:31 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-04 18:15:50 +0200 |
commit | 8d459acc10d865a82b1646f91a85ae99d998faa7 (patch) | |
tree | 1e129a70af8c61134e883b279a5b50521e24dd58 /libavcodec/mpc.h | |
parent | 67ace7f0473ff968c7c615796b7a95c90fde68d2 (diff) | |
download | ffmpeg-8d459acc10d865a82b1646f91a85ae99d998faa7.tar.gz |
Add missing #includes to make headers self-contained.
This fixes 'make checkheaders'.
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r-- | libavcodec/mpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h index f73c658f7d..6d0f7b45bb 100644 --- a/libavcodec/mpc.h +++ b/libavcodec/mpc.h @@ -34,6 +34,7 @@ #include "get_bits.h" #include "dsputil.h" #include "mpegaudio.h" +#include "mpegaudiodsp.h" #define BANDS 32 #define SAMPLES_PER_BAND 36 |