From 9d775a05562d6166a5142d9820ffa7c26de55d6c Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 2 Feb 2022 06:21:40 +0100 Subject: build fix --- ecp/src/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp/src') diff --git a/ecp/src/core.h b/ecp/src/core.h index d842e8b..b126430 100644 --- a/ecp/src/core.h +++ b/ecp/src/core.h @@ -157,8 +157,8 @@ struct ECPSeqItem; struct ECPPktMeta; struct ECPDirList; -#include "platform/transport.h" #include "crypto/crypto.h" +#include "transport.h" #include "timer.h" #ifdef ECP_WITH_RBUF -- cgit v1.2.3