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
 #include <stdint.h>
34
 #include <stdint.h>
35
 #include <stdlib.h>
35
 #include <stdlib.h>
36
 #include <stdio.h>
36
 #include <stdio.h>
37
+#include <string.h>
37
 #include <gpxe/io.h>
38
 #include <gpxe/io.h>
38
 #include <errno.h>
39
 #include <errno.h>
39
 #include <byteswap.h>
40
 #include <byteswap.h>

Loading…
Cancel
Save