gdb: include gdb_wait.h in gdb_wait.c
[deliverable/binutils-gdb.git] / sim / common / sim-watch.c
index 2fa48af9b3f211dfdf65506b5edec4994d9bfb03..f9df155559a1022b9e53681af6461b6af576223d 100644 (file)
@@ -1,6 +1,5 @@
 /* Generic simulator watchpoint support.
-   Copyright (C) 1997, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -18,12 +17,14 @@ GNU General Public License for more details.
 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 "config.h"
 #include "sim-main.h"
 #include "sim-options.h"
 
 #include "sim-assert.h"
 
 #include <ctype.h>
+#include <stdio.h>
 
 #ifdef HAVE_STRING_H
 #include <string.h>
This page took 0.026321 seconds and 4 git commands to generate.