diff udp.c @ 2773:13b65f62e3a6 libavformat

Include os_support.h only when needed
author lucabe
date Wed, 21 Nov 2007 16:33:06 +0000
parents 20156cdb5f84
children 41d68d056417
line wrap: on
line diff
--- a/udp.c	Wed Nov 21 10:26:11 2007 +0000
+++ b/udp.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"
 
 #ifndef IPV6_ADD_MEMBERSHIP
 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP