瀏覽代碼

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 年之前
父節點
當前提交
4a32308b40
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/include/ipxe/x509.h

+ 1
- 0
src/include/ipxe/x509.h 查看文件

10
 FILE_LICENCE ( GPL2_OR_LATER );
10
 FILE_LICENCE ( GPL2_OR_LATER );
11
 
11
 
12
 #include <stdint.h>
12
 #include <stdint.h>
13
+#include <stdlib.h>
13
 
14
 
14
 struct asn1_cursor;
15
 struct asn1_cursor;
15
 
16
 

Loading…
取消
儲存