diff tcp.c @ 2773:13b65f62e3a6 libavformat

Include os_support.h only when needed
author lucabe
date Wed, 21 Nov 2007 16:33:06 +0000
parents b9a881c0967e
children 69b7efa1e0cb
line wrap: on
line diff
--- a/tcp.c	Wed Nov 21 10:26:11 2007 +0000
+++ b/tcp.c	Wed Nov 21 16:33:06 2007 +0000
@@ -21,6 +21,7 @@
 #include "avformat.h"
 #include <unistd.h>
 #include "network.h"
+#include "os_support.h"
 #include <sys/time.h>
 
 typedef struct TCPContext {