From 2857e8988dbbc78d6e8e9cf3aa0dab7dcf65a0ee Mon Sep 17 00:00:00 2001 From: follower Date: Sat, 3 Nov 2007 12:58:41 +0000 Subject: [PATCH] Whoops, inclusion of delay.h should be dependent on PPPoE use. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@45 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/lib/w5100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/follower/wiz810mj/src/lib/w5100.c b/branches/follower/wiz810mj/src/lib/w5100.c index ab55c49..aeb5a7b 100644 --- a/branches/follower/wiz810mj/src/lib/w5100.c +++ b/branches/follower/wiz810mj/src/lib/w5100.c @@ -9,7 +9,6 @@ // #include #include "types.h" -#include "delay.h" // for wait function #include "w5100.h" @@ -17,6 +16,7 @@ #ifdef __DEF_IINCHIP_PPP__ #include "md5.h" + #include "delay.h" // for wait function #endif static uint8 I_STATUS[MAX_SOCK_NUM];