2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-26 03:09:12 +00:00

[e1000] Add missing #include <string.h>

This commit is contained in:
Michael Brown 2008-10-12 01:59:34 +01:00
parent ee2df1d6d6
commit 1641b5d39b

View File

@ -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>