Преглед изворни кода

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 <net.h>
 #include <netdev.h>
 #include <asm/io.h>
 #include <asm/processor.h>