http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ee2df1d
)
[e1000] Add missing #include <string.h>
author
Michael Brown
<mcb30@etherboot.org>
Sun, 12 Oct 2008 00:59:34 +0000
(
01:59
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 12 Oct 2008 01:14:05 +0000
(
02:14
+0100)
src/drivers/net/e1000/e1000.h
patch
|
blob
|
history
diff --git
a/src/drivers/net/e1000/e1000.h
b/src/drivers/net/e1000/e1000.h
index
e0664e3
..
77a09ef
100644
(file)
--- a/
src/drivers/net/e1000/e1000.h
+++ b/
src/drivers/net/e1000/e1000.h
@@
-34,6
+34,7
@@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <gpxe/io.h>
#include <errno.h>
#include <byteswap.h>
#include <gpxe/io.h>
#include <errno.h>
#include <byteswap.h>