summaryrefslogtreecommitdiffstats
path: root/stream/http.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-07 18:47:39 +0200
committerwm4 <wm4@nowhere>2013-07-07 19:40:35 +0200
commitfeaa721916303c36dcd676c11ac74ecdec2db006 (patch)
tree745578fb3c91e9c62ffb9596e1843e41cc29b31a /stream/http.c
parent2c732a46ba37182692748acd2b72310d21c451f8 (diff)
downloadmpv-feaa721916303c36dcd676c11ac74ecdec2db006.tar.bz2
mpv-feaa721916303c36dcd676c11ac74ecdec2db006.tar.xz
core: make network options available even if old net code is disabled
Preparation for removing the old network code.
Diffstat (limited to 'stream/http.c')
-rw-r--r--stream/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/http.c b/stream/http.c
index 2ec7c9d58c..d17261910f 100644
--- a/stream/http.c
+++ b/stream/http.c
@@ -35,6 +35,7 @@
#include "http.h"
#include "url.h"
+#include "core/options.h"
#include "core/mp_msg.h"
#include "stream.h"