From: Joel Rosdahl Date: Fri, 16 Jul 2010 16:02:13 +0000 (+0200) Subject: Correctly find ccache.h from test_util.c X-Git-Tag: v3.1~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d44f1eb9bda649654334d660aa615954471e1e;p=thirdparty%2Fccache.git Correctly find ccache.h from test_util.c --- diff --git a/test/test_util.c b/test/test_util.c index dff063b37..020b6dfc4 100644 --- a/test/test_util.c +++ b/test/test_util.c @@ -20,7 +20,7 @@ * This file contains tests for functions in util.c. */ -#include "../ccache.h" +#include "ccache.h" #include "framework.h" TEST_SUITE(util)