Mercurial > mplayer.hg
comparison loader/win32.c @ 31791:d6549cdf9c95
remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc
author | compn |
---|---|
date | Fri, 30 Jul 2010 17:02:58 +0000 |
parents | 9a2e299dc256 |
children | 88cc696240db |
comparison
equal
deleted
inserted
replaced
31790:224ed68c32e2 | 31791:d6549cdf9c95 |
---|---|
63 #include <fcntl.h> | 63 #include <fcntl.h> |
64 #include <sys/types.h> | 64 #include <sys/types.h> |
65 #include <dirent.h> | 65 #include <dirent.h> |
66 #include <sys/time.h> | 66 #include <sys/time.h> |
67 #include <sys/stat.h> | 67 #include <sys/stat.h> |
68 #include <sys/timeb.h> | |
69 #ifdef HAVE_KSTAT | 68 #ifdef HAVE_KSTAT |
70 #include <kstat.h> | 69 #include <kstat.h> |
71 #endif | 70 #endif |
72 | 71 |
73 #ifdef HAVE_SYS_MMAN_H | 72 #ifdef HAVE_SYS_MMAN_H |