mirror of https://github.com/ipxe/ipxe.git
[linux] Add missing #include <stddef.h>
Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/12/merge
parent
18521a170c
commit
7f4a5c06a3
|
@ -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>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
FILE_LICENCE(GPL2_OR_LATER);
|
||||
|
||||
#include <stddef.h>
|
||||
#include <ipxe/timer.h>
|
||||
|
||||
#include <linux_api.h>
|
||||
|
|
Loading…
Reference in New Issue