changeset 28352:a33e2f3989cd

remove sys/timeb.h include fixes compilation on uClibc based i386 system patch by Markus Heidelberg markus(x.x)heidelberg(x@x)web(x.x)de ok'd by diego
author compn
date Thu, 29 Jan 2009 03:36:14 +0000
parents 0e90b97bee00
children 63d187530f86
files loader/win32.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.c	Thu Jan 29 02:23:06 2009 +0000
+++ b/loader/win32.c	Thu Jan 29 03:36:14 2009 +0000
@@ -63,7 +63,6 @@
 #include <sys/types.h>
 #include <dirent.h>
 #include <sys/time.h>
-#include <sys/timeb.h>
 #ifdef	HAVE_KSTAT
 #include <kstat.h>
 #endif