Explorar el Código

[phantom] Add missing #include <gpxe/io.h>

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

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

@@ -25,6 +25,7 @@
25 25
 #include <assert.h>
26 26
 #include <byteswap.h>
27 27
 #include <gpxe/pci.h>
28
+#include <gpxe/io.h>
28 29
 #include <gpxe/malloc.h>
29 30
 #include <gpxe/iobuf.h>
30 31
 #include <gpxe/netdevice.h>

Loading…
Cancelar
Guardar