Fix -Werror -Wuninitialized warnings.
[deliverable/binutils-gdb.git] / gdb / frame.c
index e29729171c98c11c0e140cb8fefdccc00571d8d2..206955f1af3e1368683263eefd596de468b9b2e7 100644 (file)
@@ -1,6 +1,6 @@
 /* Cache and manage the values of registers for GDB, the GNU debugger.
-   Copyright 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000,
-   2001 Free Software Foundation, Inc.
+   Copyright 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, 2001
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -24,6 +24,7 @@
 #include "target.h"
 #include "value.h"
 #include "inferior.h"  /* for inferior_pid */
+#include "regcache.h"
 
 /* FIND_SAVED_REGISTER ()
 
This page took 0.025618 seconds and 4 git commands to generate.