From fa1aba53997e92f7b19cfd2a4f60cd94194d03dc Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 3 May 2008 17:44:27 +0000 Subject: Add missing header #includes to fix 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26663 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/librtsp/rtsp_rtp.h | 1 + stream/librtsp/rtsp_session.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'stream') diff --git a/stream/librtsp/rtsp_rtp.h b/stream/librtsp/rtsp_rtp.h index ffdc806add..ea96150777 100644 --- a/stream/librtsp/rtsp_rtp.h +++ b/stream/librtsp/rtsp_rtp.h @@ -21,6 +21,7 @@ #ifndef MPLAYER_RTSP_RTP_H #define MPLAYER_RTSP_RTP_H +#include #include "rtsp.h" #define MAX_PREVIEW_SIZE 4096 diff --git a/stream/librtsp/rtsp_session.h b/stream/librtsp/rtsp_session.h index 53f0f3ea10..15fef5b5d0 100644 --- a/stream/librtsp/rtsp_session.h +++ b/stream/librtsp/rtsp_session.h @@ -31,6 +31,8 @@ #ifndef MPLAYER_RTSP_SESSION_H #define MPLAYER_RTSP_SESSION_H +#include + typedef struct rtsp_session_s rtsp_session_t; rtsp_session_t *rtsp_session_start(int fd, char **mrl, char *path, char *host, -- cgit v1.2.3