[MPlayer-cvslog] r26663 - in trunk/stream/librtsp: rtsp_rtp.h rtsp_session.h
diego
subversion at mplayerhq.hu
Sat May 3 19:44:27 CEST 2008
Author: diego
Date: Sat May 3 19:44:27 2008
New Revision: 26663
Log:
Add missing header #includes to fix 'make checkheaders'.
Modified:
trunk/stream/librtsp/rtsp_rtp.h
trunk/stream/librtsp/rtsp_session.h
Modified: trunk/stream/librtsp/rtsp_rtp.h
==============================================================================
--- trunk/stream/librtsp/rtsp_rtp.h (original)
+++ trunk/stream/librtsp/rtsp_rtp.h Sat May 3 19:44:27 2008
@@ -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
Modified: trunk/stream/librtsp/rtsp_session.h
==============================================================================
--- trunk/stream/librtsp/rtsp_session.h (original)
+++ trunk/stream/librtsp/rtsp_session.h Sat May 3 19:44:27 2008
@@ -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,
More information about the MPlayer-cvslog
mailing list