| Index: gdb/testsuite/gdb.reverse/shr2.c
|
| diff --git a/gdb/testsuite/gdb.reverse/shr2.c b/gdb/testsuite/gdb.reverse/shr2.c
|
| index 9806d5b1df38f0d8462b7587ec72a4ab028487b6..4983a3d3a38530786137bf8ac2694059f6cc7d09 100644
|
| --- a/gdb/testsuite/gdb.reverse/shr2.c
|
| +++ b/gdb/testsuite/gdb.reverse/shr2.c
|
| @@ -1,6 +1,6 @@
|
| /* This testcase is part of GDB, the GNU debugger.
|
|
|
| - Copyright 2009-2012 Free Software Foundation, Inc.
|
| + Copyright 2009-2013 Free Software Foundation, Inc.
|
|
|
| This program is free software; you can redistribute it and/or modify
|
| it under the terms of the GNU General Public License as published by
|
| @@ -15,6 +15,8 @@
|
| You should have received a copy of the GNU General Public License
|
| along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| +#include "shr.h"
|
| +
|
| #ifdef PROTOTYPES
|
| int shr2(int x)
|
| #else
|
|
|