2
1

mplayer-1.0rc2-remove-sys-timeb.patch 333 B

123456789101112
  1. win32.c:67:23: error: sys/timeb.h: No such file or directory
  2. --- a/loader/win32.c 2009-01-26 01:53:20.000000000 +0100
  3. +++ b/loader/win32.c 2009-01-26 01:53:39.000000000 +0100
  4. @@ -64,7 +64,6 @@
  5. #include <sys/types.h>
  6. #include <dirent.h>
  7. #include <sys/time.h>
  8. -#include <sys/timeb.h>
  9. #ifdef HAVE_KSTAT
  10. #include <kstat.h>
  11. #endif