sh/rsk7203: add missing include net.h
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 23 Aug 2009 12:14:52 +0000 (14:14 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 23 Aug 2009 20:43:33 +0000 (22:43 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/renesas/rsk7203/rsk7203.c

index 2b85799..fbf2e23 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <common.h>
+#include <net.h>
 #include <netdev.h>
 #include <asm/io.h>
 #include <asm/processor.h>