aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/barpainet.h
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2003-07-24 13:30:27 +0000
committerFrançois Revol <revol@free.fr>2003-07-24 13:30:27 +0000
commit438fcb754f47ee30036e7f7819341de7fb7c5d54 (patch)
tree74a135672da1aa7bb82ec2a5a7e713b0c3aa716a /libavformat/barpainet.h
parentbe3564edada1b0a3ab2d4e768e87b8af93f2c40f (diff)
downloadandroid_external_ffmpeg-438fcb754f47ee30036e7f7819341de7fb7c5d54.tar.gz
android_external_ffmpeg-438fcb754f47ee30036e7f7819341de7fb7c5d54.tar.bz2
android_external_ffmpeg-438fcb754f47ee30036e7f7819341de7fb7c5d54.zip
OSX and BeOS networking fix (socklen_t)
Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/barpainet.h')
-rw-r--r--libavformat/barpainet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/barpainet.h b/libavformat/barpainet.h
index 461403b3fa..665fe2ab14 100644
--- a/libavformat/barpainet.h
+++ b/libavformat/barpainet.h
@@ -16,6 +16,8 @@ struct ip_mreq {
struct in_addr imr_interface; /* local IP address of interface */
};
+#include <netdb.h>
+
#else
# include <arpa/inet.h>
#endif