OSDN Git Service

ac3tab.h: #include the correct headers
authorDiego Biurrun <diego@biurrun.de>
Thu, 9 Jan 2014 13:06:30 +0000 (14:06 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 9 Jan 2014 14:09:07 +0000 (15:09 +0100)
libavcodec/ac3tab.h

index c2b3feb..83edec5 100644 (file)
@@ -22,7 +22,9 @@
 #ifndef AVCODEC_AC3TAB_H
 #define AVCODEC_AC3TAB_H
 
-#include "libavutil/common.h"
+#include <stdint.h>
+
+#include "libavutil/internal.h"
 #include "ac3.h"
 
 #if CONFIG_HARDCODED_TABLES