changeset 17351:2518f4341587

OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.
author diego
date Sun, 08 Jan 2006 22:57:59 +0000
parents 104c6ac0784d
children c53be30cbf73
files libmpdemux/realrtsp/rtsp_session.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/realrtsp/rtsp_session.c	Sun Jan 08 22:18:03 2006 +0000
+++ b/libmpdemux/realrtsp/rtsp_session.c	Sun Jan 08 22:57:59 2006 +0000
@@ -39,6 +39,7 @@
 #include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
+#include <inttypes.h>
 
 #include "rtsp.h"
 #include "rtsp_session.h"