From 6987c58a0a0e23c78a3ea91faed1e94f698942a0 Mon Sep 17 00:00:00 2001
From: "Steven M. Schultz" <sms@2bsd.com>
Date: Fri, 5 Aug 2005 23:25:35 +0000
Subject: [PATCH] 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
---
 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 0487a8804ad..6698155bd4a 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] = 
 {
-- 
GitLab