david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[tls] Add missing #include <stdlib.h>

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2012-03-04 15:01:13 +00:00
parent c5c1ae42e6
commit 4a32308b40
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
FILE_LICENCE ( GPL2_OR_LATER );
#include <stdint.h>
#include <stdlib.h>
struct asn1_cursor;