From 0fcf6061c1732db94809c16bc2296d2cad9b2289 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 27 Sep 2024 18:30:44 +0200 Subject: [PATCH] Added required include to work with IDF 5 --- include/W5500.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/W5500.h b/include/W5500.h index fc0c661..f62c331 100644 --- a/include/W5500.h +++ b/include/W5500.h @@ -2,6 +2,7 @@ #pragma once #include +#include // required for esp_eth_handle_t #include class W5500 {