Replace xmalloc/xfree with vector in jit.c
[deliverable/binutils-gdb.git] / gdb / sh-linux-tdep.c
index db93967910060f8c3fe5f4b50b93cbb61c9a2b26..a4684e65da79f47cf7972ae3fc52dc08dbaad2c7 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux Super-H.
 
-   Copyright (C) 2005-2018 Free Software Foundation, Inc.
+   Copyright (C) 2005-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,6 +29,7 @@
 #include "glibc-tdep.h"
 #include "sh-tdep.h"
 #include "linux-tdep.h"
+#include "gdbarch.h"
 
 #define REGSx16(base) \
   {(base),      0}, \
This page took 0.02672 seconds and 4 git commands to generate.