summaryrefslogtreecommitdiff
path: root/libavformat/os_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/os_support.c')
-rw-r--r--libavformat/os_support.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/os_support.c b/libavformat/os_support.c
index 4181350b00..eaada4be0b 100644
--- a/libavformat/os_support.c
+++ b/libavformat/os_support.c
@@ -57,7 +57,6 @@ int ff_win32_open(const char *filename_utf8, int oflag, int pmode)
#if CONFIG_NETWORK
#include <fcntl.h>
-#include <unistd.h>
#if !HAVE_POLL_H
#include <sys/time.h>
#if HAVE_WINSOCK2_H