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
This commit is contained in:
Philippe Waroquiers 2014-09-08 20:41:30 +00:00
parent 395426e2b1
commit dd1e6eb3a6

View File

@ -1,5 +1,5 @@
#include <stdio.h>
#include <../memcheck.h>
#include "../memcheck.h"
#define INLINE inline __attribute__((always_inline))
INLINE int fun_d(int argd) {