[MPlayer-cvslog] r19550 - trunk/stream/udp.c
reimar
subversion at mplayerhq.hu
Sat Aug 26 22:06:06 CEST 2006
Author: reimar
Date: Sat Aug 26 22:06:06 2006
New Revision: 19550
Modified:
trunk/stream/udp.c
Log:
Fix mingw compilation
Modified: trunk/stream/udp.c
==============================================================================
--- trunk/stream/udp.c (original)
+++ trunk/stream/udp.c Sat Aug 26 22:06:06 2006
@@ -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>
More information about the MPlayer-cvslog
mailing list