|
From: Tom H. <th...@cy...> - 2004-03-16 10:51:49
|
CVS commit by thughes: Fixed compiler warning. M +1 -0 badseg.c 1.2 --- valgrind/none/tests/badseg.c #1.1:1.2 @@ -1,3 +1,4 @@ #include <stdio.h> +#include <stdlib.h> #include <signal.h> |