avcodec/atrac9tab: add missing header include

Fixes make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2018-07-04 15:56:23 -03:00
parent e25c25ebd8
commit a61b56624b

View File

@ -24,6 +24,8 @@
#include <stdint.h>
#include "libavutil/channel_layout.h"
enum ATRAC9BlockType {
ATRAC9_BLOCK_TYPE_SCE, /* Single channel */
ATRAC9_BLOCK_TYPE_CPE, /* 2 coupled channels */