From feaa721916303c36dcd676c11ac74ecdec2db006 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 7 Jul 2013 18:47:39 +0200 Subject: core: make network options available even if old net code is disabled Preparation for removing the old network code. --- stream/stream_udp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/stream_udp.c') 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 #include +#include "core/options.h" #include "stream.h" #include "url.h" #include "udp.h" -- cgit v1.2.3