diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-03-19 10:01:34 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-03-19 10:01:37 +0100 |
commit | 02808f0ad097e22b33f32046ec7e8a0882e5e005 (patch) | |
tree | 6d6e3bae000ac770b74a26bcbe4831ccfae16713 | |
parent | 961d64779436edb7e72ea48a75899bf7ee4bc987 (diff) | |
download | libnitrokey-02808f0ad097e22b33f32046ec7e8a0882e5e005.tar.gz libnitrokey-02808f0ad097e22b33f32046ec7e8a0882e5e005.tar.bz2 |
Correct version header in C API
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | NK_C_API.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NK_C_API.cc b/NK_C_API.cc index e560c3f..844f653 100644 --- a/NK_C_API.cc +++ b/NK_C_API.cc @@ -28,7 +28,7 @@ #include "libnitrokey/cxx_semantics.h" #include "libnitrokey/stick20_commands.h" #include "libnitrokey/device_proto.h" -#include "version.h" +#include "libnitrokey/version.h" #ifdef _MSC_VER #ifdef _WIN32 |