Browse Source

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
4a32308b40
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/ipxe/x509.h

+ 1
- 0
src/include/ipxe/x509.h View File

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…
Cancel
Save