diff options
Diffstat (limited to 'ecp/src')
-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 |