From dd1e6eb3a6efae12508e99b6485f17af1a211013 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Mon, 8 Sep 2014 20:41:30 +0000 Subject: [PATCH] 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 --- memcheck/tests/inlinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2