From: Joel Rosdahl Date: Sun, 25 Aug 2019 11:52:43 +0000 (+0200) Subject: Fix include so that Cppcheck finds it X-Git-Tag: v4.0~807 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ee8402c1a24bd8c746ed6e568b34d6ea4efe7b5;p=thirdparty%2Fccache.git Fix include so that Cppcheck finds it --- diff --git a/unittest/util.hpp b/unittest/util.hpp index 57bf016de..fdf6b52eb 100644 --- a/unittest/util.hpp +++ b/unittest/util.hpp @@ -18,7 +18,7 @@ #pragma once -#include "system.hpp" +#include "../src/system.hpp" bool path_exists(const char* path); bool is_symlink(const char* path);