Browse Source

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

tags/v0.9.6
Michael Brown 16 years ago
parent
commit
1641b5d39b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/drivers/net/e1000/e1000.h

+ 1
- 0
src/drivers/net/e1000/e1000.h View File

@@ -34,6 +34,7 @@
34 34
 #include <stdint.h>
35 35
 #include <stdlib.h>
36 36
 #include <stdio.h>
37
+#include <string.h>
37 38
 #include <gpxe/io.h>
38 39
 #include <errno.h>
39 40
 #include <byteswap.h>

Loading…
Cancel
Save