[MPlayer-cvslog] r19470 - in trunk/stream: tcp.c udp.c
rfelker
subversion at mplayerhq.hu
Mon Aug 21 01:19:19 CEST 2006
Author: rfelker
Date: Mon Aug 21 01:19:18 2006
New Revision: 19470
Modified:
trunk/stream/tcp.c
trunk/stream/udp.c
Log:
missing header for struct timeval
Modified: trunk/stream/tcp.c
==============================================================================
--- trunk/stream/tcp.c (original)
+++ trunk/stream/tcp.c Mon Aug 21 01:19:18 2006
@@ -27,6 +27,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
+#include <sys/time.h>
#include <ctype.h>
#include <netdb.h>
#include <unistd.h>
Modified: trunk/stream/udp.c
==============================================================================
--- trunk/stream/udp.c (original)
+++ trunk/stream/udp.c Mon Aug 21 01:19:18 2006
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
+#include <sys/time.h>
#include <ctype.h>
#include <netdb.h>
More information about the MPlayer-cvslog
mailing list