From d320ee34668e8c41bb2248000d1e5f701b7789ce Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Sun, 10 May 2020 19:34:20 +0700 Subject: [PATCH] [*] Fixed some headers --- CMakeLists.txt | 2 +- dap-sdk/crypto/src/dap_enc_newhope.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7c390ad85..7625da2378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(cellframe-sdk C) cmake_minimum_required(VERSION 2.8) set(CMAKE_C_STANDARD 11) -set(CELLFRAME_SDK_NATIVE_VERSION "2.3-0") +set(CELLFRAME_SDK_NATIVE_VERSION "2.3-1") add_definitions ("-DCELLFRAME_SDK_VERSION=\"${CELLFRAME_SDK_NATIVE_VERSION}\"") set(DAPSDK_MODULES "") diff --git a/dap-sdk/crypto/src/dap_enc_newhope.c b/dap-sdk/crypto/src/dap_enc_newhope.c index 417eabf9f7..f3ae003348 100644 --- a/dap-sdk/crypto/src/dap_enc_newhope.c +++ b/dap-sdk/crypto/src/dap_enc_newhope.c @@ -23,6 +23,9 @@ */ #include <stdio.h> +#include <string.h> +#include <assert.h> +#include <inttypes.h> #include "dap_enc_newhope.h" #include "dap_common.h" -- GitLab