From: David Howells Date: Tue, 15 Jan 2013 15:33:35 +0000 (+0000) Subject: X.509: struct x509_certificate needs struct tm declaring X-Git-Tag: next-20130218~61^2~18 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9254cbfed63fd4bcd3fd8a8075ea8ce4af228c42;p=karo-tx-linux.git X.509: struct x509_certificate needs struct tm declaring struct x509_certificate needs struct tm declaring by #inclusion of linux/time.h prior to its definition. Signed-off-by: David Howells Reviewed-by: Kees Cook Reviewed-by: Josh Boyer --- diff --git a/crypto/asymmetric_keys/x509_parser.h b/crypto/asymmetric_keys/x509_parser.h index e583ad09e5a1..2d0118214770 100644 --- a/crypto/asymmetric_keys/x509_parser.h +++ b/crypto/asymmetric_keys/x509_parser.h @@ -9,6 +9,7 @@ * 2 of the Licence, or (at your option) any later version. */ +#include #include struct x509_certificate {