]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[tls] Add missing #include <stdlib.h>
authorMichael Brown <mcb30@ipxe.org>
Sun, 4 Mar 2012 15:01:13 +0000 (15:01 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 4 Mar 2012 15:14:47 +0000 (15:14 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/x509.h

index 37c5a4ee554104d9a0cd870687acd07df87ca2d7..2ea21aa9cffd9fb36d22484499b0712f5b6175c3 100644 (file)
@@ -10,6 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
+#include <stdlib.h>
 
 struct asn1_cursor;