summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown2007-01-31 13:19:50 +0100
committerMichael Brown2007-01-31 13:19:50 +0100
commit869f9bcb23eac9c8d230434d466cef7615fd84b3 (patch)
tree1bd9b3e2270dcc6e12cd33a0750cc42e08f378d2 /src/crypto
parentMade most of the build much quieter (diff)
downloadipxe-869f9bcb23eac9c8d230434d466cef7615fd84b3.tar.gz
ipxe-869f9bcb23eac9c8d230434d466cef7615fd84b3.tar.xz
ipxe-869f9bcb23eac9c8d230434d466cef7615fd84b3.zip
Adding missing include
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/axtls/os_port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/axtls/os_port.h b/src/crypto/axtls/os_port.h
index 0f9bb25b..39e0fb54 100644
--- a/src/crypto/axtls/os_port.h
+++ b/src/crypto/axtls/os_port.h
@@ -8,6 +8,7 @@
#define HEADER_OS_PORT_H
#include <stdint.h>
+#include <stddef.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>