Mercurial > mplayer.hg
changeset 26631:2accee15b3ab
Add missing header #includes to fix 'make checkheaders'.
author | diego |
---|---|
date | Sat, 03 May 2008 17:44:27 +0000 |
parents | f03109452eba |
children | f8d680caa86f |
files | stream/librtsp/rtsp_rtp.h stream/librtsp/rtsp_session.h |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <sys/types.h> #include "rtsp.h" #define MAX_PREVIEW_SIZE 4096
--- 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 <stdint.h> + typedef struct rtsp_session_s rtsp_session_t; rtsp_session_t *rtsp_session_start(int fd, char **mrl, char *path, char *host,