summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-29 03:36:14 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-29 03:36:14 +0000
commit16e790999a28239b8e52c08fb325d20f296e4eb5 (patch)
tree0c2821c12f37f9ad55393ee15cfac2a3483c05a6 /loader
parentc312c67753bc4874e53c5d858a86bd961a472357 (diff)
downloadmpv-16e790999a28239b8e52c08fb325d20f296e4eb5.tar.bz2
mpv-16e790999a28239b8e52c08fb325d20f296e4eb5.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28387 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 71072afaeb..172a91afa9 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -63,7 +63,6 @@ for DLL to know too much about its environment.
#include <sys/types.h>
#include <dirent.h>
#include <sys/time.h>
-#include <sys/timeb.h>
#ifdef HAVE_KSTAT
#include <kstat.h>
#endif