aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/libac3/parse.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-08-13 21:48:05 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-08-13 21:48:05 +0000
commit1a56543279a6fd146c8616781b4160e207bb4f6d (patch)
tree4ca37977d896e803a3990e8491f75d02edf49dfd /libavcodec/libac3/parse.c
parentd95ecd058e6256b6deacad8b09fbe58b52f07430 (diff)
downloadffmpeg-1a56543279a6fd146c8616781b4160e207bb4f6d.tar.gz
win32 fixes
Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libac3/parse.c')
-rw-r--r--libavcodec/libac3/parse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/libac3/parse.c b/libavcodec/libac3/parse.c
index c6eae00ba5..99cf8d7c91 100644
--- a/libavcodec/libac3/parse.c
+++ b/libavcodec/libac3/parse.c
@@ -22,9 +22,7 @@
*
*/
-#include <inttypes.h>
-#include <string.h>
-
+#include "../common.h"
#include "ac3.h"
#include "ac3_internal.h"