mirror of https://github.com/ipxe/ipxe.git
[natsemi] Add missing #include <string.h>
parent
1641b5d39b
commit
a1e11a6beb
|
@ -61,6 +61,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <gpxe/io.h>
|
||||
#include <errno.h>
|
||||
#include <byteswap.h>
|
||||
|
|
Loading…
Reference in New Issue