Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
9938:6f293e709a39 | 9939:6b88f67564ce |
---|---|
38 #include <errno.h> | 38 #include <errno.h> |
39 #include <stdlib.h> | 39 #include <stdlib.h> |
40 #include <time.h> | 40 #include <time.h> |
41 #include <sys/time.h> | 41 #include <sys/time.h> |
42 #include <sys/types.h> | 42 #include <sys/types.h> |
43 #include <inttypes.h> | |
43 | 44 |
44 #include "rtsp.h" | 45 #include "rtsp.h" |
45 | 46 |
46 /* | 47 /* |
47 #define LOG | 48 #define LOG |