From 6c1e21e2239ec524358f819114ed9f271ffb7dc7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 22 Nov 2012 00:05:53 +0100 Subject: stream_ftp: fix compilation with libav Fixup commit for a04b35013a055926ab57f60137518a204ce9e753. That commit was cherry-picked from mplayer(1) and thus assumes ffmpeg. --- stream/stream_ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_ftp.c b/stream/stream_ftp.c index 6879881b8e..e8e77dda3f 100644 --- a/stream/stream_ftp.c +++ b/stream/stream_ftp.c @@ -32,7 +32,7 @@ #include #endif -#include +#include #include "core/mp_msg.h" #include "network.h" -- cgit v1.2.3