From c445802cfa995a73bb18eb1b64418481c8b8460e Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 12 May 2020 19:43:19 +0200 Subject: [PATCH] Adjusted include path to external build. --- w5100.c | 3 ++- w5100_http.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/w5100.c b/w5100.c index f3349f2..87eb2ac 100644 --- a/w5100.c +++ b/w5100.c @@ -49,7 +49,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #pragma optimize (on) #pragma static-locals (on) -#include "../inc/ip65.h" +#include + #include "w5100.h" #define MIN(a,b) (((a)<(b))?(a):(b)) diff --git a/w5100_http.c b/w5100_http.c index b262c31..9eab254 100644 --- a/w5100_http.c +++ b/w5100_http.c @@ -30,7 +30,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#include "../inc/ip65.h" +#include + #include "w5100.h" #include "w5100_http.h"