diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 06:21:40 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 06:21:40 +0100 |
commit | 9d775a05562d6166a5142d9820ffa7c26de55d6c (patch) | |
tree | 360d399b53449952fea201fb58b832a2a0220d2b /ecp/src/core.h | |
parent | cd846d601227db0047c35b551858d62d6b794127 (diff) |
build fix
Diffstat (limited to 'ecp/src/core.h')
-rw-r--r-- | ecp/src/core.h | 2 |
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 |