From b11829a9d93970aa4c327578bb9ffc9de9cacd3f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 16 Jun 2008 08:25:48 +0000 Subject: Add missing #includes to fix 'make checkheaders'. Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ra144.h') diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h index 891cd9bf74..fd74c972c7 100644 --- a/libavcodec/ra144.h +++ b/libavcodec/ra144.h @@ -22,6 +22,8 @@ #ifndef FFMPEG_RA144_H #define FFMPEG_RA144_H +#include + /* 14.4 data tables */ static const int16_t wavtable1[256][9] = { { 541, 956, 768, -1011, -811, -717, -571, -893, -576}, -- cgit v1.2.3