summaryrefslogtreecommitdiff
path: root/ecp/src
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-02-02 06:21:40 +0100
committerUros Majstorovic <majstor@majstor.org>2022-02-02 06:21:40 +0100
commit9d775a05562d6166a5142d9820ffa7c26de55d6c (patch)
tree360d399b53449952fea201fb58b832a2a0220d2b /ecp/src
parentcd846d601227db0047c35b551858d62d6b794127 (diff)
build fix
Diffstat (limited to 'ecp/src')
-rw-r--r--ecp/src/core.h2
1 files changed, 1 insertions, 1 deletions
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