diff options
Diffstat (limited to 'opcodes/m32r-desc.c')
-rw-r--r-- | opcodes/m32r-desc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/m32r-desc.c b/opcodes/m32r-desc.c index 3ee7981..3e1759b 100644 --- a/opcodes/m32r-desc.c +++ b/opcodes/m32r-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2021 Free Software Foundation, Inc. +Copyright (C) 1996-2022 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. @@ -26,6 +26,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #include "sysdep.h" #include <stdio.h> #include <stdarg.h> +#include <stdlib.h> #include "ansidecl.h" #include "bfd.h" #include "symcat.h" |