comparison 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
comparison
equal deleted inserted replaced
2772:b43dc2901f83 2773:13b65f62e3a6
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "avformat.h" 21 #include "avformat.h"
22 #include <unistd.h> 22 #include <unistd.h>
23 #include "network.h" 23 #include "network.h"
24 #include "os_support.h"
24 25
25 #ifndef IPV6_ADD_MEMBERSHIP 26 #ifndef IPV6_ADD_MEMBERSHIP
26 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP 27 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
27 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP 28 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
28 #endif 29 #endif