mirror of
https://github.com/ipxe/ipxe.git
synced 2026-04-30 01:52:07 +02:00
[e1000] Add missing #include <string.h>
This commit is contained in:
parent
ee2df1d6d6
commit
1641b5d39b
@ -34,6 +34,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <gpxe/io.h>
|
||||
#include <errno.h>
|
||||
#include <byteswap.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user