diff --git a/FreeRTOS-Plus/Source/Application-Protocols/network_transport/transport_plaintext.c b/FreeRTOS-Plus/Source/Application-Protocols/network_transport/transport_plaintext.c index 1c6f180afb..dcee23e0ca 100644 --- a/FreeRTOS-Plus/Source/Application-Protocols/network_transport/transport_plaintext.c +++ b/FreeRTOS-Plus/Source/Application-Protocols/network_transport/transport_plaintext.c @@ -41,7 +41,7 @@ #include "sockets_wrapper.h" /* Transport interface include. */ -#include "using_plaintext.h" +#include "transport_plaintext.h" /*-----------------------------------------------------------*/