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_h264.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtp_h264.h') diff --git a/libavformat/rtp_h264.h b/libavformat/rtp_h264.h index 0f23e525cc..db23f79128 100644 --- a/libavformat/rtp_h264.h +++ b/libavformat/rtp_h264.h @@ -22,6 +22,7 @@ #ifndef FFMPEG_RTP_H264_H #define FFMPEG_RTP_H264_H +#include #include "rtp_internal.h" extern RTPDynamicProtocolHandler ff_h264_dynamic_handler; -- cgit v1.2.3