# HG changeset patch # User diego # Date 1232910670 0 # Node ID 5690a6211e8c3728ab9c8c42b5d9dbae9b207691 # Parent e013ec85260b218521270de75616f8db57da0223 Directly #include some required headers. diff -r e013ec85260b -r 5690a6211e8c avcodec.h --- a/avcodec.h Sun Jan 25 18:12:13 2009 +0000 +++ b/avcodec.h Sun Jan 25 19:11:10 2009 +0000 @@ -26,7 +26,7 @@ * external API header */ - +#include #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 diff -r e013ec85260b -r 5690a6211e8c bytestream.h --- a/bytestream.h Sun Jan 25 18:12:13 2009 +0000 +++ b/bytestream.h Sun Jan 25 19:11:10 2009 +0000 @@ -22,6 +22,7 @@ #ifndef AVCODEC_BYTESTREAM_H #define AVCODEC_BYTESTREAM_H +#include #include "libavutil/common.h" #include "libavutil/intreadwrite.h" diff -r e013ec85260b -r 5690a6211e8c mpegvideo_common.h --- a/mpegvideo_common.h Sun Jan 25 18:12:13 2009 +0000 +++ b/mpegvideo_common.h Sun Jan 25 19:11:10 2009 +0000 @@ -30,6 +30,7 @@ #ifndef AVCODEC_MPEGVIDEO_COMMON_H #define AVCODEC_MPEGVIDEO_COMMON_H +#include #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h"