From 8cbcf66269022178faa230f78c7f7bf6cf0800a6 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 18 May 2018 09:13:00 +0200 Subject: Fix include path for NK_C_API.h in test_strdup.cpp --- unittest/test_strdup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include "NK_C_API.h" +#include "../NK_C_API.h" #include "catch.hpp" -- cgit v1.2.1