Browse Source

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

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

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

61
 #include <stdint.h>
61
 #include <stdint.h>
62
 #include <stdlib.h>
62
 #include <stdlib.h>
63
 #include <stdio.h>
63
 #include <stdio.h>
64
+#include <string.h>
64
 #include <gpxe/io.h>
65
 #include <gpxe/io.h>
65
 #include <errno.h>
66
 #include <errno.h>
66
 #include <byteswap.h>
67
 #include <byteswap.h>

Loading…
Cancel
Save