From 2e11268ea9812cec9ca334c8c0e825dcfb64bef9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 1 Aug 2008 16:29:26 +0000 Subject: Add missing header #includes. Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/oggdec.h') diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 4e88d0e393..09407d2ff6 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -25,6 +25,7 @@ #ifndef FFMPEG_OGGDEC_H #define FFMPEG_OGGDEC_H +#include #include "avformat.h" typedef struct ogg_codec { -- cgit v1.2.3