david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[linux] Add missing #include <stddef.h>

Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Marin Hannache 2013-07-13 00:01:47 +02:00 committed by Michael Brown
parent 18521a170c
commit 7f4a5c06a3
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
#include <stdint.h>
#include <stddef.h>
#include <errno.h>
#include <linux_api.h>
#include <ipxe/time.h>

View File

@ -18,6 +18,7 @@
FILE_LICENCE(GPL2_OR_LATER);
#include <stddef.h>
#include <ipxe/timer.h>
#include <linux_api.h>