# HG changeset patch # User diego # Date 1209836667 0 # Node ID 2accee15b3ab418fc67bb927c595cceead70ce67 # Parent f03109452eba959087138e88b05f5a397f72b69e Add missing header #includes to fix 'make checkheaders'. diff -r f03109452eba -r 2accee15b3ab stream/librtsp/rtsp_rtp.h --- a/stream/librtsp/rtsp_rtp.h Sat May 03 15:57:54 2008 +0000 +++ b/stream/librtsp/rtsp_rtp.h Sat May 03 17:44:27 2008 +0000 @@ -21,6 +21,7 @@ #ifndef MPLAYER_RTSP_RTP_H #define MPLAYER_RTSP_RTP_H +#include #include "rtsp.h" #define MAX_PREVIEW_SIZE 4096 diff -r f03109452eba -r 2accee15b3ab stream/librtsp/rtsp_session.h --- a/stream/librtsp/rtsp_session.h Sat May 03 15:57:54 2008 +0000 +++ b/stream/librtsp/rtsp_session.h Sat May 03 17:44:27 2008 +0000 @@ -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,