From 74eea628cf43355ba2b227f0bb3c31697d637761 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 18:41:25 -0500 Subject: extensive header cleanup for standards conformance & correctness thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based --- include/sys/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys/time.h') diff --git a/include/sys/time.h b/include/sys/time.h index 9b3bfb99..edaf6af6 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -9,7 +9,7 @@ extern "C" { #define __NEED_time_t #define __NEED_suseconds_t -#define __NEED_timeval +#define __NEED_struct_timeval #include -- cgit v1.2.1