diff liba52/crc.c @ 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 5914c2b0760f
children ef2149182f1c
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] = 
 {