ソースを参照

[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
 

読み込み中…
キャンセル
保存