From f980ada0e168ea782e6b7cf57c40c9efe175a639 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 19 Jul 2000 17:47:08 +0000 Subject: 2000-07-19 H.J. Lu * sb.c: Include if exists for abort (). --- gas/sb.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/sb.c') diff --git a/gas/sb.c b/gas/sb.c index 6ec23fc..7894602 100644 --- a/gas/sb.c +++ b/gas/sb.c @@ -23,6 +23,9 @@ #include "config.h" #include +#ifdef HAVE_STDLIB_H +#include +#endif #ifdef HAVE_STRING_H #include #else -- cgit v1.1