Mercurial > mplayer.hg
changeset 19544:32cfda1ff555
Fix mingw compilation
author | reimar |
---|---|
date | Sat, 26 Aug 2006 20:06:06 +0000 |
parents | e053647fbeec |
children | 8f46b547db39 |
files | stream/udp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/udp.c Sat Aug 26 19:35:55 2006 +0000 +++ b/stream/udp.c Sat Aug 26 20:06:06 2006 +0000 @@ -27,9 +27,9 @@ #include <sys/types.h> #include <sys/time.h> #include <ctype.h> -#include <netdb.h> #ifndef HAVE_WINSOCK2 +#include <netdb.h> #include <netinet/in.h> #include <sys/socket.h> #include <arpa/inet.h>