diff options
author | 1998-04-03 19:18:34 +0000 | |
---|---|---|
committer | 1998-04-03 19:18:34 +0000 | |
commit | 61b67e65658b0bb6bdb04132dbdd2a797295b573 (patch) | |
tree | 8684c7c0fdc7c89eb5c173a34126f5f7e6dd23f8 | |
parent | new changes from weingart: -DDEBUG not needed anymore (diff) | |
download | wireguard-openbsd-61b67e65658b0bb6bdb04132dbdd2a797295b573.tar.xz wireguard-openbsd-61b67e65658b0bb6bdb04132dbdd2a797295b573.zip |
Get needed prototypes, because of 64bit return value issues, fixes backtrace
-rw-r--r-- | gnu/usr.bin/binutils/gdb/m68k-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/m68k-tdep.c b/gnu/usr.bin/binutils/gdb/m68k-tdep.c index 9da48b8eb63..66ac10c807e 100644 --- a/gnu/usr.bin/binutils/gdb/m68k-tdep.c +++ b/gnu/usr.bin/binutils/gdb/m68k-tdep.c @@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "defs.h" #include "frame.h" +#include "gdbcore.h" #include "symtab.h" |