diff options
Diffstat (limited to 'gnu/usr.bin/binutils/opcodes/sysdep.h')
-rw-r--r-- | gnu/usr.bin/binutils/opcodes/sysdep.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/opcodes/sysdep.h b/gnu/usr.bin/binutils/opcodes/sysdep.h index f1556da1f2e..bb23e5fcf5d 100644 --- a/gnu/usr.bin/binutils/opcodes/sysdep.h +++ b/gnu/usr.bin/binutils/opcodes/sysdep.h @@ -1,5 +1,5 @@ /* Random host-dependent support code. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1997 Free Software Foundation, Inc. Written by Ken Raeburn. This file is part of libopcodes, the opcodes library. @@ -29,6 +29,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <ansidecl.h> +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif + #ifdef HAVE_STRING_H #include <string.h> #else |