summaryrefslogtreecommitdiffstats
path: root/stream/stream_udp.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/stream_udp.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/stream_udp.c')
-rw-r--r--stream/stream_udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_udp.c b/stream/stream_udp.c
index d447a9238c..f3a3918e63 100644
--- a/stream/stream_udp.c
+++ b/stream/stream_udp.c
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
+#include "core/options.h"
#include "stream.h"
#include "url.h"
#include "udp.h"