diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9edee4abdd..eb8e9b4d9d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-04 Michael Chastain + + * gdb.base/auxv.c: Include . + 2004-08-04 Michael Chastain * gdb.base/auxv.c: Add copyright notice. diff --git a/gdb/testsuite/gdb.base/auxv.c b/gdb/testsuite/gdb.base/auxv.c index 470c6d491f..7eba5f97cf 100644 --- a/gdb/testsuite/gdb.base/auxv.c +++ b/gdb/testsuite/gdb.base/auxv.c @@ -1,4 +1,4 @@ -/* Copyright 1992, 1993, 1994, 1995, 1996, 1999 +/* Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -31,6 +31,7 @@ #endif #if HAVE_ABORT +#include #define ABORT abort() #else #define ABORT {char *invalid = 0; *invalid = 0xFF;}