Fix bug in interlisting option, added --file-start-context option.
[deliverable/binutils-gdb.git] / opcodes / sysdep.h
index f1556da1f2eac090556a0912d0db0051b0f23efb..bb23e5fcf5d3ca98be2550af4ac055d1f87c9811 100644 (file)
@@ -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
This page took 0.023665 seconds and 4 git commands to generate.