Browse Source

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

tags/v0.9.6
Michael Brown 15 years ago
parent
commit
8e38669d54
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/drivers/net/rtl8139.c

+ 1
- 0
src/drivers/net/rtl8139.c View File

@@ -69,6 +69,7 @@
69 69
 #include <stdint.h>
70 70
 #include <stdlib.h>
71 71
 #include <stdio.h>
72
+#include <string.h>
72 73
 #include <gpxe/io.h>
73 74
 #include <errno.h>
74 75
 #include <unistd.h>

Loading…
Cancel
Save