mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
395426e2b1
commit
dd1e6eb3a6
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user