]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed compiler warning.
authorTom Hughes <tom@compton.nu>
Tue, 16 Mar 2004 10:51:40 +0000 (10:51 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 16 Mar 2004 10:51:40 +0000 (10:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2326

none/tests/badseg.c

index 51b5ab824694f62c1925e147e886b927bf90c007..0c27d4fd5a3c1d44f521d143905e05676ef88f9f 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <stdlib.h>
 #include <signal.h>
 
 static void handler(int sig, siginfo_t *info, void *v)