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