Mercurial > libavformat.hg
changeset 182:82fea3fec65b libavformat
OSX and BeOS networking fix (socklen_t)
author | mmu_man |
---|---|
date | Thu, 24 Jul 2003 13:30:27 +0000 |
parents | 20cd73ef6ead |
children | b3b056122bd8 |
files | barpainet.h rtsp.c tcp.c |
diffstat | 3 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/barpainet.h Thu Jul 24 12:18:46 2003 +0000 +++ b/barpainet.h Thu Jul 24 13:30:27 2003 +0000 @@ -16,6 +16,8 @@ struct in_addr imr_interface; /* local IP address of interface */ }; +#include <netdb.h> + #else # include <arpa/inet.h> #endif