diff options
| author | Michael Brown | 2012-03-04 16:01:13 +0100 |
|---|---|---|
| committer | Michael Brown | 2012-03-04 16:14:47 +0100 |
| commit | 4a32308b400fadf0bdbb0a15c74d2440ee6482ee (patch) | |
| tree | 89f923d5fff5f23ce4b2dfcfb3bac28855a06998 /src/include | |
| parent | [rng] Add missing #include <assert.h> (diff) | |
| download | ipxe-4a32308b400fadf0bdbb0a15c74d2440ee6482ee.tar.gz ipxe-4a32308b400fadf0bdbb0a15c74d2440ee6482ee.tar.xz ipxe-4a32308b400fadf0bdbb0a15c74d2440ee6482ee.zip | |
[tls] Add missing #include <stdlib.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/x509.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/x509.h b/src/include/ipxe/x509.h index 37c5a4ee5..2ea21aa9c 100644 --- a/src/include/ipxe/x509.h +++ b/src/include/ipxe/x509.h @@ -10,6 +10,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <stdint.h> +#include <stdlib.h> struct asn1_cursor; |
