diff --git a/libavcodec/ac3dec_data.h b/libavcodec/ac3dec_data.h
index c9bb58686bb43d6d739e3b134c96314104d659ef..b3e8711905dad4334abf8305ab00f5554eb5c589 100644
--- a/libavcodec/ac3dec_data.h
+++ b/libavcodec/ac3dec_data.h
@@ -22,7 +22,7 @@
 #ifndef AVCODEC_AC3DEC_DATA_H
 #define AVCODEC_AC3DEC_DATA_H
 
-#include "libavutil/common.h"
+#include <stdint.h>
 
 extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
 extern const uint8_t ff_eac3_hebap_tab[64];