summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/g723_1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/g723_1.h b/libavcodec/g723_1.h
index 3fd52dfdee..166d897996 100644
--- a/libavcodec/g723_1.h
+++ b/libavcodec/g723_1.h
@@ -30,6 +30,8 @@
#include <stdint.h>
+#include "libavutil/log.h"
+
#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)