From 4b48201d4d9d57a2a1ecf8504bc928aff83cb99a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 9 Jan 2014 14:06:30 +0100 Subject: ac3tab.h: #include the correct headers --- libavcodec/ac3tab.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libavcodec/ac3tab.h') diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h index c2b3febcb7..83edec52d1 100644 --- a/libavcodec/ac3tab.h +++ b/libavcodec/ac3tab.h @@ -22,7 +22,9 @@ #ifndef AVCODEC_AC3TAB_H #define AVCODEC_AC3TAB_H -#include "libavutil/common.h" +#include + +#include "libavutil/internal.h" #include "ac3.h" #if CONFIG_HARDCODED_TABLES -- cgit v1.2.3