From 8d459acc10d865a82b1646f91a85ae99d998faa7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 4 Jun 2011 16:58:31 +0200 Subject: Add missing #includes to make headers self-contained. This fixes 'make checkheaders'. --- libavcodec/mpc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mpc.h') 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 -- cgit v1.2.3