diff 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
line wrap: on
line diff
--- a/rtsp.c	Sun Jan 11 22:05:43 2009 +0000
+++ b/rtsp.c	Sun Jan 11 22:19:48 2009 +0000
@@ -23,6 +23,7 @@
 #define _SVID_SOURCE
 
 #include "libavutil/avstring.h"
+#include "libavutil/intreadwrite.h"
 #include "avformat.h"
 
 #include <sys/time.h>