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:
a1e11a6
)
[rtl8139] Add missing #include <string.h>
author
Michael Brown
<mcb30@etherboot.org>
Sun, 12 Oct 2008 00:59:57 +0000
(
01:59
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 12 Oct 2008 01:14:16 +0000
(
02:14
+0100)
src/drivers/net/rtl8139.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/rtl8139.c
b/src/drivers/net/rtl8139.c
index
ff7de5c
..
2dff324
100644
(file)
--- a/
src/drivers/net/rtl8139.c
+++ b/
src/drivers/net/rtl8139.c
@@
-69,6
+69,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 <unistd.h>
#include <gpxe/io.h>
#include <errno.h>
#include <unistd.h>