浏览代码

[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,6 +10,7 @@
10 10
 FILE_LICENCE ( GPL2_OR_LATER );
11 11
 
12 12
 #include <stdint.h>
13
+#include <stdlib.h>
13 14
 
14 15
 struct asn1_cursor;
15 16
 

正在加载...
取消
保存