summaryrefslogtreecommitdiff
path: root/libavcodec/amr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/amr.h')
-rw-r--r--libavcodec/amr.h2
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