From: Neil Brown Date: Fri, 29 Jul 2005 00:20:37 +0000 (+0000) Subject: Redhat 6.2 seems to require sys/time.h as well as time.h X-Git-Tag: mdadm-2.0-devel-3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11018a4592680d0d9312c21bf7689bc8db55a609;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 ac3feb13..4ad4d47d 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