diff rtsp.c @ 1754:1f7a6dc01100 libavformat

move networking #includes into separate file patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org
author mru
date Sun, 04 Feb 2007 17:05:44 +0000
parents 92afee454599
children 572ce77d7333
line wrap: on
line diff
--- a/rtsp.c	Fri Feb 02 17:54:50 2007 +0000
+++ b/rtsp.c	Sun Feb 04 17:05:44 2007 +0000
@@ -21,10 +21,7 @@
 #include "avformat.h"
 
 #include <unistd.h> /* for select() prototype */
-#include <sys/time.h>
-#include <netinet/in.h>
-#include <sys/socket.h>
-#include <arpa/inet.h>
+#include "network.h"
 
 #include "rtp_internal.h"