Browse Source

sh/rsk7203: add missing include net.h

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD 15 năm trước cách đây
mục cha
commit
a794f59a75
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      board/renesas/rsk7203/rsk7203.c

+ 1 - 0
board/renesas/rsk7203/rsk7203.c

@@ -21,6 +21,7 @@
  */
 
 #include <common.h>
+#include <net.h>
 #include <netdev.h>
 #include <asm/io.h>
 #include <asm/processor.h>