diff libac3/bitstream.c @ 64:5aa6292a1660 libavcodec

win32 fixes
author glantau
date Mon, 13 Aug 2001 21:48:05 +0000
parents 986e461dc072
children
line wrap: on
line diff
--- a/libac3/bitstream.c	Mon Aug 13 21:46:21 2001 +0000
+++ b/libac3/bitstream.c	Mon Aug 13 21:48:05 2001 +0000
@@ -21,10 +21,7 @@
  *
  */
 
-#include <inttypes.h>
-#include <stdlib.h>
-#include <stdio.h>
-
+#include "../common.h"
 #include "ac3.h"
 #include "ac3_internal.h"
 #include "bitstream.h"