Skip to content
Snippets Groups Projects
Commit d320ee34 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Fixed some headers

parent eaf356b6
No related branches found
No related tags found
No related merge requests found
......@@ -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 "")
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment