comparison rtsp.c @ 4201:7d2f3f1b68d8 libavformat

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 77af10d4d406
children c3102b189cb6
comparison
equal deleted inserted replaced
4200:898c3d1d9e4e 4201:7d2f3f1b68d8
21 21
22 /* needed by inet_aton() */ 22 /* needed by inet_aton() */
23 #define _SVID_SOURCE 23 #define _SVID_SOURCE
24 24
25 #include "libavutil/avstring.h" 25 #include "libavutil/avstring.h"
26 #include "libavutil/intreadwrite.h"
26 #include "avformat.h" 27 #include "avformat.h"
27 28
28 #include <sys/time.h> 29 #include <sys/time.h>
29 #ifdef HAVE_SYS_SELECT_H 30 #ifdef HAVE_SYS_SELECT_H
30 #include <sys/select.h> 31 #include <sys/select.h>