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/mpegaudiodectab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/mpegaudiodectab.h') diff --git a/libavcodec/mpegaudiodectab.h b/libavcodec/mpegaudiodectab.h index 041d1860b7..1221657988 100644 --- a/libavcodec/mpegaudiodectab.h +++ b/libavcodec/mpegaudiodectab.h @@ -27,7 +27,9 @@ #ifndef AVCODEC_MPEGAUDIODECTAB_H #define AVCODEC_MPEGAUDIODECTAB_H +#include #include + #include "mpegaudio.h" /*******************************************************/ -- cgit v1.2.3