浏览代码

sh/rsk7203: add missing include net.h

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD 15 年之前
父节点
当前提交
a794f59a75
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      board/renesas/rsk7203/rsk7203.c

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

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