ソースを参照

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

tags/v0.9.6
Michael Brown 15年前
コミット
e226a8d8d9
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      src/drivers/net/phantom/phantom.c

+ 1
- 0
src/drivers/net/phantom/phantom.c ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存