From: Dirk Mueller Date: Thu, 9 Oct 2003 18:57:31 +0000 (+0000) Subject: include sys/time.h when we have it. X-Git-Tag: svn/VALGRIND_2_1_0~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0cfbe57dd4712e2a35eec30f35d48d1e7f597ed;p=thirdparty%2Fvalgrind.git include sys/time.h when we have it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1900 --- diff --git a/coregrind/vg_intercept.c b/coregrind/vg_intercept.c index 2326b12ca9..3a024ddbf1 100644 --- a/coregrind/vg_intercept.c +++ b/coregrind/vg_intercept.c @@ -65,7 +65,7 @@ #include #include #include -#ifdef GLIBC_2_1 +#ifdef HAVE_SYS_TIME_H #include #endif