diff libmpdemux/realrtsp/rtsp.c @ 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 6cb7a295ab0e
children 35e306346e59
line wrap: on
line diff
--- 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"