summaryrefslogtreecommitdiff
path: root/libavcodec/tableprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tableprint.h')
-rw-r--r--libavcodec/tableprint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/tableprint.h b/libavcodec/tableprint.h
index de355fc0aa..ddf2635da0 100644
--- a/libavcodec/tableprint.h
+++ b/libavcodec/tableprint.h
@@ -26,6 +26,8 @@
#include <inttypes.h>
#include <stdio.h>
+#include "libavutil/common.h"
+
#define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\
void write_##type##_array(const type *data, int len)\
{\