]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Adding missing include
authorMichael Brown <mcb30@etherboot.org>
Wed, 31 Jan 2007 12:19:50 +0000 (12:19 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 31 Jan 2007 12:19:50 +0000 (12:19 +0000)
src/crypto/axtls/os_port.h

index 0f9bb25bc59b8d9b01c150d5e88482f874007a4b..39e0fb54c80ebf70663f274ba8cae9c2f543a880 100644 (file)
@@ -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>