From 4a32308b400fadf0bdbb0a15c74d2440ee6482ee Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 4 Mar 2012 15:01:13 +0000 Subject: [PATCH] [tls] Add missing #include Signed-off-by: Michael Brown --- src/include/ipxe/x509.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/ipxe/x509.h b/src/include/ipxe/x509.h index 37c5a4ee..2ea21aa9 100644 --- a/src/include/ipxe/x509.h +++ b/src/include/ipxe/x509.h @@ -10,6 +10,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include +#include struct asn1_cursor;