From: Neil Brown Date: Fri, 29 Jul 2005 00:17:06 +0000 (+0000) Subject: Redhat 6.2 seems to require sys/time.h as well as time.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e5bf44e36e4f90bdb0eb8a7fa280b82b8830c9;p=thirdparty%2Fmdadm.git Redhat 6.2 seems to require sys/time.h as well as time.h Thanks to "Pieter D.J. Krul"

Signed-off-by: Neil Brown --- diff --git a/mdadm.h b/mdadm.h index c55f48af..f4a8d20c 100644 --- a/mdadm.h +++ b/mdadm.h @@ -37,6 +37,7 @@ extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence)); #include #include #include +#include #include #include #include