* gdb.arch/gdb1558.c: Include stdio.h.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 2 Nov 2005 11:03:02 +0000 (11:03 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 2 Nov 2005 11:03:02 +0000 (11:03 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/gdb1558.c

index c4aad6937da40ef4bb142d91fedddd04f11ddb61..d0f2f0d223aa8dbb774432efcef3ca69f92b2736 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.arch/gdb1558.c: Include stdio.h.
+
 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
 
        * gdb.asm/asm-source.exp: Use -e instead of --entry.
index d1051cf79a70e3ad61a85438901d6b859a14e767..fc13be161f2ee7195e7095eb6d250b4870dcd331 100644 (file)
@@ -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");
This page took 0.030197 seconds and 4 git commands to generate.