From c60208e7a1f69ef62632ad3906503aefccbdc433 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 25 Jan 2009 19:11:10 +0000 Subject: Directly #include some required headers. Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index edd4a7beb6..6aa41b5538 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -26,7 +26,7 @@ * external API header */ - +#include #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -- cgit v1.2.1