From 209f53f5248aa219cad6261bdd6622c804c485e9 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Thu, 1 Oct 2009 15:39:13 +0000 Subject: * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to long type. (test_unlink): Correct printf string. * gdb.base/checkpoint.c (main): Correct fprintf string for variable i. * gdb.threads/attachstop-mt.c: Add #include . --- gdb/testsuite/gdb.threads/attachstop-mt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/testsuite/gdb.threads') diff --git a/gdb/testsuite/gdb.threads/attachstop-mt.c b/gdb/testsuite/gdb.threads/attachstop-mt.c index fa77c9a..061411a 100644 --- a/gdb/testsuite/gdb.threads/attachstop-mt.c +++ b/gdb/testsuite/gdb.threads/attachstop-mt.c @@ -21,6 +21,7 @@ #include #include #include +#include /* Red Hat BZ PR 197584.c */ -- cgit v1.1