changeset 9939:6b88f67564ce

Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. Schultz and Dan Christiansen)
author rtognimp
date Sat, 19 Apr 2003 14:54:03 +0000
parents 6f293e709a39
children adccee797cb8
files libmpdemux/realrtsp/rmff.h libmpdemux/realrtsp/rtsp.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/realrtsp/rmff.h	Sat Apr 19 14:33:38 2003 +0000
+++ b/libmpdemux/realrtsp/rmff.h	Sat Apr 19 14:54:03 2003 +0000
@@ -35,6 +35,7 @@
 #include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
+#include <inttypes.h>
 
 
 #ifndef HAVE_RMFF_H
--- a/libmpdemux/realrtsp/rtsp.c	Sat Apr 19 14:33:38 2003 +0000
+++ b/libmpdemux/realrtsp/rtsp.c	Sat Apr 19 14:54:03 2003 +0000
@@ -40,6 +40,7 @@
 #include <time.h>
 #include <sys/time.h>
 #include <sys/types.h>
+#include <inttypes.h>
 
 #include "rtsp.h"