diff --git a/cyassl/ctaocrypt/settings.h b/cyassl/ctaocrypt/settings.h index 31a596df3..ed6a4eb3e 100644 --- a/cyassl/ctaocrypt/settings.h +++ b/cyassl/ctaocrypt/settings.h @@ -148,10 +148,10 @@ #ifdef MICROCHIP_TCPIP /* include timer, NTP functions */ - #include "system/system_services.h" #ifdef MICROCHIP_MPLAB_HARMONY #include "tcpip/tcpip.h" #else + #include "system/system_services.h" #include "tcpip/sntp.h" #endif #endif