aboutsummaryrefslogtreecommitdiff
path: root/NitrokeyManager.cc
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-12-12 17:31:36 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2018-02-23 15:42:37 +0100
commit025774fc3759683a8ec0f6b1598b1e34b550e6d5 (patch)
treed2dfb91526189ad37ffa209c8fa43b3528d14bf1 /NitrokeyManager.cc
parent0363caa230c06f920c9bd6bd9ecc349d322af016 (diff)
downloadlibnitrokey-025774fc3759683a8ec0f6b1598b1e34b550e6d5.tar.gz
libnitrokey-025774fc3759683a8ec0f6b1598b1e34b550e6d5.tar.bz2
Tests: set debug level from environment variable, show connected device model and version
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'NitrokeyManager.cc')
-rw-r--r--NitrokeyManager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/NitrokeyManager.cc b/NitrokeyManager.cc
index eb52eee..de52e25 100644
--- a/NitrokeyManager.cc
+++ b/NitrokeyManager.cc
@@ -30,6 +30,7 @@
#include <mutex>
#include "include/cxx_semantics.h"
#include <functional>
+#include <stick10_commands.h>
std::mutex nitrokey::proto::send_receive_mtx;