comparison stream/udp.h @ 26184:7ee4ae1648e6

Add missing header #includes to fix 'make checkheaders'.
author diego
date Mon, 10 Mar 2008 19:28:42 +0000
parents 4129c8cfa742
children a26e50cae389
comparison
equal deleted inserted replaced
26183:4d54efbb35ec 26184:7ee4ae1648e6
18 */ 18 */
19 19
20 #ifndef MPLAYER_UDP_H 20 #ifndef MPLAYER_UDP_H
21 #define MPLAYER_UDP_H 21 #define MPLAYER_UDP_H
22 22
23 #include "url.h"
24
23 int udp_open_socket (URL_t *url); 25 int udp_open_socket (URL_t *url);
24 26
25 #endif /* MPLAYER_UDP_H */ 27 #endif /* MPLAYER_UDP_H */