diff options
author | Robin Krahl <me@robin-krahl.de> | 2018-05-18 09:13:00 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-05-19 17:11:49 +0200 |
commit | 8cbcf66269022178faa230f78c7f7bf6cf0800a6 (patch) | |
tree | b7ca62fe5c1cd619ebba5d15ed29b209d767f06e | |
parent | 391a276ba35216337b777c65fda62561a6e9383f (diff) | |
download | libnitrokey-8cbcf66269022178faa230f78c7f7bf6cf0800a6.tar.gz libnitrokey-8cbcf66269022178faa230f78c7f7bf6cf0800a6.tar.bz2 |
Fix include path for NK_C_API.h in test_strdup.cpp
-rw-r--r-- | unittest/test_strdup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test_strdup.cpp b/unittest/test_strdup.cpp index f980eb9..6c2cfb3 100644 --- a/unittest/test_strdup.cpp +++ b/unittest/test_strdup.cpp @@ -25,7 +25,7 @@ #include <cstdio> #include <memory.h> -#include "NK_C_API.h" +#include "../NK_C_API.h" #include "catch.hpp" |