Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[linux] Add missing #include <stddef.h>
Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Mareo authored and mcb30 committed Jul 14, 2013
1 parent 18521a1 commit 7f4a5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/linux/linux_time.c
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/interface/linux/linux_timer.c
Expand Up @@ -18,6 +18,7 @@

FILE_LICENCE(GPL2_OR_LATER);

#include <stddef.h>
#include <ipxe/timer.h>

#include <linux_api.h>
Expand Down

0 comments on commit 7f4a5c0

Please sign in to comment.