summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/x509.h
diff options
context:
space:
mode:
authorMichael Brown2012-03-04 16:01:13 +0100
committerMichael Brown2012-03-04 16:14:47 +0100
commit4a32308b400fadf0bdbb0a15c74d2440ee6482ee (patch)
tree89f923d5fff5f23ce4b2dfcfb3bac28855a06998 /src/include/ipxe/x509.h
parent[rng] Add missing #include <assert.h> (diff)
downloadipxe-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/ipxe/x509.h')
-rw-r--r--src/include/ipxe/x509.h1
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;