From: Philippe Waroquiers Date: Mon, 8 Sep 2014 20:41:30 +0000 (+0000) Subject: Replace wrong <../memcheck.h> by "../memcheck.h" X-Git-Tag: svn/VALGRIND_3_11_0~1020 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1e6eb3a6efae12508e99b6485f17af1a211013;p=thirdparty%2Fvalgrind.git Replace wrong <../memcheck.h> by "../memcheck.h" This might cause the test to fail to compile with clang. Might be worth merging in 3.10 branch. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14504 --- diff --git a/memcheck/tests/inlinfo.c b/memcheck/tests/inlinfo.c index 2594dd056d..c0d72ce85d 100644 --- a/memcheck/tests/inlinfo.c +++ b/memcheck/tests/inlinfo.c @@ -1,5 +1,5 @@ #include -#include <../memcheck.h> +#include "../memcheck.h" #define INLINE inline __attribute__((always_inline)) INLINE int fun_d(int argd) {