From f777e5de84d84ad36edf64734f09f0d0d0e27652 Mon Sep 17 00:00:00 2001 From: Chip Date: Wed, 9 Jun 2004 01:57:47 +0000 Subject: [PATCH] make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip ) Originally committed as revision 3210 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/liba52/crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/liba52/crc.c b/libavcodec/liba52/crc.c index 6698155bd4..0487a8804a 100644 --- a/libavcodec/liba52/crc.c +++ b/libavcodec/liba52/crc.c @@ -23,7 +23,7 @@ #include #include -#include +#include "../common.h" static const uint16_t crc_lut[256] = {