summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-04 20:40:38 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-07 18:11:24 +0200
commit5cec8971056f92215d4199235907d944abdb5a81 (patch)
treecb2ca31489ed3fa76b9ddf57f51adacc97580758 /libavformat/udp.c
parent8e76a19b63a3fa322a64a7d27bd6e642c7fe7f85 (diff)
avio: move extern url_interrupt_cb declaration from avio.h to url.h
Diffstat (limited to 'libavformat/udp.c')
-rw-r--r--libavformat/udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c
index 7dad38bc6d..07d1775e96 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -33,6 +33,7 @@
#include "internal.h"
#include "network.h"
#include "os_support.h"
+#include "url.h"
#include <sys/time.h>
#ifndef IPV6_ADD_MEMBERSHIP