[Mplayer-cvslog] CVS: main/linux timer-lx.c,1.3,1.4

pl pl at mplayer.dev.hu
Fri Oct 26 01:34:16 CEST 2001


Update of /cvsroot/mplayer/main/linux
In directory mplayer:/var/tmp.root/cvs-serv31168/linux

Modified Files:
	timer-lx.c 
Log Message:
a few warning fixes (missing #include's)


Index: timer-lx.c
===================================================================
RCS file: /cvsroot/mplayer/main/linux/timer-lx.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- timer-lx.c	19 Oct 2001 02:16:21 -0000	1.3
+++ timer-lx.c	25 Oct 2001 23:34:14 -0000	1.4
@@ -1,6 +1,7 @@
 // Precise timer routines for LINUX  (C) LGB & A'rpi/ASTRAL
 
 #include <unistd.h>
+#include <time.h>
 #include <sys/time.h>
 
 int usec_sleep(int usec_delay)




More information about the MPlayer-cvslog mailing list