|
From: Jeremy F. <je...@go...> - 2003-09-24 14:27:46
|
On Sat, 2003-09-13 at 00:38, Charles Coffing wrote: > Using Valgrind 20030725. I did this simple test: > > #include <stdio.h> > #include <valgrind.h> ^^^^^^^^^^^^^^^^^^^^^^^ This is the old Valgrind header; the client request numbers have changed since then. Use valgrind/valgrind.h (and delete /usr/(local/)include/valgrind.h) J |