diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 26209a4ff4..af581f51d8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-14 Mark Kettenis + + * gdb.base/bigcore.c: Include and . + 2004-08-14 Eli Zaretskii * ChangeLog: Prefix Local Variables with semi-colons and indent @@ -69,6 +73,9 @@ 2004-08-09 Mark Kettenis + * lib/gdb.exp: Recognize relative path names as well as absolute + ones. + * gdb.base/sigaltstack.exp: Provide proper anchoring. 2004-08-09 Michael Chastain diff --git a/gdb/testsuite/gdb.base/bigcore.c b/gdb/testsuite/gdb.base/bigcore.c index bbf37fbaf6..2a8bb077bb 100644 --- a/gdb/testsuite/gdb.base/bigcore.c +++ b/gdb/testsuite/gdb.base/bigcore.c @@ -19,10 +19,13 @@ Please email any bugs, comments, and/or additions to this file to: bug-gdb@prep.ai.mit.edu */ -#include -#include +#include +#include #include +#include +#include + /* Print routines: The following are so that printf et.al. can be avoided. Those