tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS.

This fixes the build with hardcoded tables enabled.

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Diego Biurrun 2011-06-05 01:06:13 +01:00 committed by Mans Rullgard
parent 1863a3c7aa
commit 92b4abc2ad
1 changed files with 2 additions and 0 deletions

View File

@ -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)\
{\