diff --git a/HttpClient.h b/HttpClient.h index b4c3974..89a3c19 100644 --- a/HttpClient.h +++ b/HttpClient.h @@ -7,7 +7,12 @@ #include #include +#if defined(ARDUINO_TEENSY41) +#include +#else #include "Client.h" +#endif + static const int HTTP_SUCCESS =0; // The end of the headers has been reached. This consumes the '\n'