Commit 306e1ac0 authored by Matt Oliver's avatar Matt Oliver Committed by Michael Niedermayer

avformat/tls: Fix windows build with openSSL enabled.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e6d1c66d
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
#include "libavutil/avstring.h" #include "libavutil/avstring.h"
#include "libavutil/opt.h" #include "libavutil/opt.h"
#include "libavutil/parseutils.h" #include "libavutil/parseutils.h"
#include "network.h"
#include "os_support.h"
#include "internal.h"
#if CONFIG_GNUTLS #if CONFIG_GNUTLS
#include <gnutls/gnutls.h> #include <gnutls/gnutls.h>
#include <gnutls/x509.h> #include <gnutls/x509.h>
...@@ -50,9 +53,6 @@ ...@@ -50,9 +53,6 @@
SSL_CTX_free(c->ctx); \ SSL_CTX_free(c->ctx); \
} while (0) } while (0)
#endif #endif
#include "network.h"
#include "os_support.h"
#include "internal.h"
#if HAVE_POLL_H #if HAVE_POLL_H
#include <poll.h> #include <poll.h>
#endif #endif
......
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