# HG changeset patch # User michael # Date 1086746267 0 # Node ID 5914c2b0760f8b4e560f8216f8e61eee6cb36fd8 # Parent a8100a516b0a2cd297a462a1daec16f5c496a037 make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip ) diff -r a8100a516b0a -r 5914c2b0760f liba52/crc.c --- a/liba52/crc.c Tue Jun 08 17:01:17 2004 +0000 +++ b/liba52/crc.c Wed Jun 09 01:57:47 2004 +0000 @@ -23,7 +23,7 @@ #include #include -#include +#include "../common.h" static const uint16_t crc_lut[256] = {