diff options
Diffstat (limited to 'stream/udp.h')
-rw-r--r-- | stream/udp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/udp.h b/stream/udp.h index 6af6f6817d..56905e98b5 100644 --- a/stream/udp.h +++ b/stream/udp.h @@ -20,6 +20,8 @@ #ifndef MPLAYER_UDP_H #define MPLAYER_UDP_H +#include "url.h" + int udp_open_socket (URL_t *url); #endif /* MPLAYER_UDP_H */ |