ac3tab.h: #include the correct headers

pull/53/head
Diego Biurrun 11 years ago
parent d48132b7de
commit 4b48201d4d
  1. 4
      libavcodec/ac3tab.h

@ -22,7 +22,9 @@
#ifndef AVCODEC_AC3TAB_H #ifndef AVCODEC_AC3TAB_H
#define AVCODEC_AC3TAB_H #define AVCODEC_AC3TAB_H
#include "libavutil/common.h" #include <stdint.h>
#include "libavutil/internal.h"
#include "ac3.h" #include "ac3.h"
#if CONFIG_HARDCODED_TABLES #if CONFIG_HARDCODED_TABLES

Loading…
Cancel
Save