]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix include so that Cppcheck finds it
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 25 Aug 2019 11:52:43 +0000 (13:52 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 20:04:43 +0000 (22:04 +0200)
unittest/util.hpp

index 57bf016de62e0cf84a2bf26d5d9d5c713be92b27..fdf6b52eb7b6b5641b4613429fe9991515106001 100644 (file)
@@ -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);