Fix valgrind.h include in drd/tests/swapcontext.c
commit7aac53c6d0ca7e11d4037ff474dcd1c08862fd30
authorMark Wielaard <mark@klomp.org>
Sat, 20 Feb 2021 19:05:31 +0000 (20 20:05 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 20 Feb 2021 19:05:42 +0000 (20 20:05 +0100)
treeb99cb48e982810efa794c7458c6f14001020ab6d
parent0062f2b519ea48b82164ae423fac58a59ee00f1a
Fix valgrind.h include in drd/tests/swapcontext.c

In tree tests should include "valgrind.h" not <valgrind/valgrind.h>
the later might pick up the system installed valgrind.h and doesn't
work when srcdir != builddir.
drd/tests/swapcontext.c