mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-25 19:08:35 +00:00
[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:
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
Block a user