From: Christian Weisgerber <[email protected]> I don't know if there are any extant operating systems that still require <sys/timeb.h> for getrusage().
Signed-off-by: Matthieu Herrb <[email protected]> --- tests.c | 1 - 1 file changed, 1 deletion(-) diff --git tests.c tests.c index ef3a746..a85ece0 100644 --- tests.c +++ tests.c @@ -14,7 +14,6 @@ #define SYSV #endif #if !defined(SYSV) && !defined(QNX4) -#include <sys/timeb.h> #include <sys/resource.h> #endif -- 1.8.4.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
