changeset 2820:69d4f0d2a23f libavcodec

liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)
author michael
date Fri, 05 Aug 2005 23:25:35 +0000
parents 4f14a3062d0a
children 0f428b024677
files liba52/crc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liba52/crc.c	Fri Aug 05 19:15:34 2005 +0000
+++ b/liba52/crc.c	Fri Aug 05 23:25:35 2005 +0000
@@ -23,7 +23,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include "../common.h"
+#include <inttypes.h>
 
 static const uint16_t crc_lut[256] = 
 {