[MPlayer-cvslog] r28387 - trunk/loader/win32.c
compn
subversion at mplayerhq.hu
Thu Jan 29 04:36:15 CET 2009
Author: compn
Date: Thu Jan 29 04:36:14 2009
New Revision: 28387
Log:
remove sys/timeb.h include
fixes compilation on uClibc based i386 system
patch by Markus Heidelberg markus(x.x)heidelberg(x at x)web(x.x)de
ok'd by diego
Modified:
trunk/loader/win32.c
Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c Thu Jan 29 03:23:06 2009 (r28386)
+++ trunk/loader/win32.c Thu Jan 29 04:36:14 2009 (r28387)
@@ -63,7 +63,6 @@ for DLL to know too much about its envir
#include <sys/types.h>
#include <dirent.h>
#include <sys/time.h>
-#include <sys/timeb.h>
#ifdef HAVE_KSTAT
#include <kstat.h>
#endif
More information about the MPlayer-cvslog
mailing list