|
From: Robert W. <rj...@du...> - 2005-02-22 01:53:05
|
CVS commit by rjwalsh: This test doesn't compile on a system without Valgrind already installed if I don't change the memcheck.h #include. M +1 -1 addressable.c 1.2 --- valgrind/memcheck/tests/addressable.c #1.1:1.2 @@ -1,4 +1,4 @@ /* Test different kinds of addressability and definedness */ -#include <valgrind/memcheck.h> +#include "../memcheck.h" #include <sys/mman.h> #include <stdio.h> |