diff options
author | Martin Storsjö <martin@martin.st> | 2010-10-08 08:56:36 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-10-08 08:56:36 +0000 |
commit | 6ded3a0411d69e4039f655f8c76c4d8a36ab221b (patch) | |
tree | 6641d8fa09c725adb97334096be16099e3723711 /libavcodec/amr.h | |
parent | a493f80a2c69c4b239366ad787058ad9e60aad29 (diff) | |
download | ffmpeg-6ded3a0411d69e4039f655f8c76c4d8a36ab221b.tar.gz |
Fix headers so that "make checkheaders" passes again
Originally committed as revision 25411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/amr.h')
-rw-r--r-- | libavcodec/amr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/amr.h b/libavcodec/amr.h index 58a0dde14a..7e5a4dce5b 100644 --- a/libavcodec/amr.h +++ b/libavcodec/amr.h @@ -23,6 +23,8 @@ #ifndef AVCODEC_AMR_H #define AVCODEC_AMR_H +#include "avcodec.h" + #ifdef AMR_USE_16BIT_TABLES #define R_TABLE_TYPE uint16_t #else |