Commit 72d6b1bf authored by Tom Harper's avatar Tom Harper Committed by Ramiro Polla

Fix compilation of os_support.c for MinGW with --disable-network

Patch by Tom Harper <d.thomas.harper <at> gmail.com>

Originally committed as revision 11200 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3a18218e
......@@ -25,6 +25,7 @@
#include <fcntl.h>
#include "os_support.h"
#ifdef CONFIG_NETWORK
#ifndef HAVE_SYS_POLL_H
#ifdef HAVE_WINSOCK2_H
#include <winsock2.h>
......@@ -33,7 +34,6 @@
#endif
#endif
#ifdef CONFIG_NETWORK
#include "network.h"
#if !defined(HAVE_INET_ATON)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment