From 99545457bf1175d55e4eaa2c061dbf0faeb661ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 16 Jun 2007 22:59:13 +0000 Subject: include all prerequisites in header files Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/bitstream.h') diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index dfed0e3..dcaba8a 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -26,6 +26,11 @@ #ifndef BITSTREAM_H #define BITSTREAM_H +#include +#include +#include +#include "common.h" +#include "bswap.h" #include "log.h" #if defined(ALT_BITSTREAM_READER_LE) && !defined(ALT_BITSTREAM_READER) -- cgit v1.1