summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven M. Schultz <sms@2bsd.com>2005-08-05 23:25:35 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-08-05 23:25:35 +0000
commit6987c58a0a0e23c78a3ea91faed1e94f698942a0 (patch)
tree9bffecd8bfa1349ca15b167dbbebdeda68c3d3c1
parent23972d5a6c526f4de1576b32ae9719d2489641b7 (diff)
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)
Originally committed as revision 4494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/liba52/crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/liba52/crc.c b/libavcodec/liba52/crc.c
index 0487a8804a..6698155bd4 100644
--- a/libavcodec/liba52/crc.c
+++ b/libavcodec/liba52/crc.c
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
-#include "../common.h"
+#include <inttypes.h>
static const uint16_t crc_lut[256] =
{