From 5cec8971056f92215d4199235907d944abdb5a81 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 4 Apr 2011 20:40:38 +0200 Subject: avio: move extern url_interrupt_cb declaration from avio.h to url.h --- libavformat/tcp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/tcp.c') diff --git a/libavformat/tcp.c b/libavformat/tcp.c index c0999832d4..8e380ac374 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -24,6 +24,7 @@ #include "internal.h" #include "network.h" #include "os_support.h" +#include "url.h" #if HAVE_POLL_H #include #endif -- cgit v1.2.3