]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Replace wrong <../memcheck.h> by "../memcheck.h"
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 8 Sep 2014 20:41:30 +0000 (20:41 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 8 Sep 2014 20:41:30 +0000 (20:41 +0000)
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

index 2594dd056d498f557c8c2283f1c64cc571eddd49..c0d72ce85dc823964a869c0f4467836c6b542770 100644 (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) {