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/rtp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtp.h') diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 36affed420..1603471c7c 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -21,6 +21,7 @@ #ifndef FFMPEG_RTP_H #define FFMPEG_RTP_H +#include #include "libavcodec/avcodec.h" #include "avformat.h" -- cgit v1.2.3