diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-07-19 17:47:08 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-07-19 17:47:08 +0000 |
commit | f980ada0e168ea782e6b7cf57c40c9efe175a639 (patch) | |
tree | d7d1ccf3998ad52ce7828d00403c1937cecf2bed /gas/sb.c | |
parent | cc17453a58ec28aaf09575e2554f41221ea160ca (diff) | |
download | gdb-f980ada0e168ea782e6b7cf57c40c9efe175a639.zip gdb-f980ada0e168ea782e6b7cf57c40c9efe175a639.tar.gz gdb-f980ada0e168ea782e6b7cf57c40c9efe175a639.tar.bz2 |
2000-07-19 H.J. Lu <hjl@gnu.org>
* sb.c: Include <stdlib.h> if exists for abort ().
Diffstat (limited to 'gas/sb.c')
-rw-r--r-- | gas/sb.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ #include "config.h" #include <stdio.h> +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif #ifdef HAVE_STRING_H #include <string.h> #else |