summaryrefslogtreecommitdiff
path: root/package/multimedia/mplayer/mplayer-1.0rc1-remove-sys-timeb.patch
blob: 369aa70eac3106c560ab5e2a12d7b4589fc2376b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
win32.c:67:23: error: sys/timeb.h: No such file or directory

--- a/loader/win32.c	2009-01-26 01:53:20.000000000 +0100
+++ b/loader/win32.c	2009-01-26 01:53:39.000000000 +0100
@@ -64,7 +64,6 @@
 #include <sys/types.h>
 #include <dirent.h>
 #include <sys/time.h>
-#include <sys/timeb.h>
 #ifdef	HAVE_KSTAT
 #include <kstat.h>
 #endif