Explorar el Código

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

tags/v0.9.6
Michael Brown hace 15 años
padre
commit
a1e11a6beb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/drivers/net/natsemi.c

+ 1
- 0
src/drivers/net/natsemi.c Ver fichero

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

Loading…
Cancelar
Guardar