mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
[tls] Add missing #include <stdlib.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
struct asn1_cursor;
|
struct asn1_cursor;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user