From 0b6d7b1baf2baf1f36a3a92865730c2d78fc12be Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 11 Jan 2018 18:14:18 +0100 Subject: platforms added --- code/core/core.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'code/core/core.h') diff --git a/code/core/core.h b/code/core/core.h index 3f8fd38..ce81d9d 100644 --- a/code/core/core.h +++ b/code/core/core.h @@ -81,8 +81,9 @@ #define ecp_conn_is_reg(conn) ((conn->flags) & ECP_CONN_FLAG_REG) #define ecp_conn_is_open(conn) ((conn->flags) & ECP_CONN_FLAG_OPEN) -#include "config.h" +#include "../config.h" +#include #include #include @@ -130,8 +131,6 @@ typedef uint32_t ecp_seq_t; #define ECP_SIZE_PLD_RAW_BUF(X,T,P) (ECP_SIZE_PLD(X,T)+((P) ? ((P)->pcount+1)*(ECP_SIZE_PKT_HDR+ECP_SIZE_MSG_BUF(T,P)+ECP_AEAD_SIZE_TAG) : 0)) #define ECP_SIZE_PKT_RAW_BUF(X,T,P) (ECP_SIZE_PLD_RAW_BUF(X,T,P)+ECP_SIZE_PKT_HDR+ECP_AEAD_SIZE_TAG) -#include - #ifdef ECP_WITH_PTHREAD #include #endif -- cgit v1.2.3