aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.cc
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-03-13 09:38:15 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2018-03-13 09:38:15 +0100
commit86deabd9c8c42412b4467d01b362a8454e5e762f (patch)
treea309ee57b7696a4ffca9a24398e974e9c4bd705a /NK_C_API.cc
parent350fa7670ff63d0833d80edee42c1a798c3064c3 (diff)
parentb22b36f89e8924bd5eeef1105ce74a2df4ba02bd (diff)
downloadlibnitrokey-86deabd9c8c42412b4467d01b362a8454e5e762f.tar.gz
libnitrokey-86deabd9c8c42412b4467d01b362a8454e5e762f.tar.bz2
Merge branch 'pr_101'
Fixed header path. Allow to override UDEV rules. Closes #101
Diffstat (limited to 'NK_C_API.cc')
-rw-r--r--NK_C_API.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/NK_C_API.cc b/NK_C_API.cc
index dde150b..64355f5 100644
--- a/NK_C_API.cc
+++ b/NK_C_API.cc
@@ -21,10 +21,10 @@
#include "NK_C_API.h"
#include <iostream>
-#include "include/NitrokeyManager.h"
+#include "libnitrokey/NitrokeyManager.h"
#include <cstring>
-#include "include/LibraryException.h"
-#include "include/cxx_semantics.h"
+#include "libnitrokey/LibraryException.h"
+#include "libnitrokey/cxx_semantics.h"
#ifdef _MSC_VER
#ifdef _WIN32