diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-11-02 11:03:02 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-11-02 11:03:02 +0000 |
commit | e0ac7199c40d6c47ca1473fd2683e1e72fa19bc9 (patch) | |
tree | 03bcb28f75ba6d1585138d7b7abdacfdcecb06d1 /gdb/testsuite/gdb.arch/gdb1558.c | |
parent | 7cd012f3da88f5d177e76fb17e2719e8029b219b (diff) | |
download | gdb-e0ac7199c40d6c47ca1473fd2683e1e72fa19bc9.zip gdb-e0ac7199c40d6c47ca1473fd2683e1e72fa19bc9.tar.gz gdb-e0ac7199c40d6c47ca1473fd2683e1e72fa19bc9.tar.bz2 |
* gdb.arch/gdb1558.c: Include stdio.h.
Diffstat (limited to 'gdb/testsuite/gdb.arch/gdb1558.c')
-rw-r--r-- | gdb/testsuite/gdb.arch/gdb1558.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/gdb1558.c b/gdb/testsuite/gdb.arch/gdb1558.c index d1051cf..fc13be1 100644 --- a/gdb/testsuite/gdb.arch/gdb1558.c +++ b/gdb/testsuite/gdb.arch/gdb1558.c @@ -1,4 +1,4 @@ -/* Copyright 2004 Free Software Foundation, Inc. +/* Copyright 2004, 2005 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 @@ -19,6 +19,8 @@ This file is part of the gdb testsuite. */ +#include <stdio.h> + sub1 () { printf ("In sub1\n"); |