mirror of https://github.com/ipxe/ipxe.git
Need stddef.h to get size_t
parent
f08516791e
commit
a6057b4cbc
|
@ -14,6 +14,7 @@
|
|||
#ifndef ETHERBOOT_STRING_H
|
||||
#define ETHERBOOT_STRING_H
|
||||
|
||||
#include "stddef.h"
|
||||
#include "bits/string.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue