mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
* sb.c: Include "libiberty.h".
* macro.c: Likewise. Also include <stdlib.h> if it exists.
This commit is contained in:
parent
e103ad308c
commit
e325f98f13
@ -1,3 +1,8 @@
|
||||
Mon Sep 11 11:39:11 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* sb.c: Include "libiberty.h".
|
||||
* macro.c: Likewise. Also include <stdlib.h> if it exists.
|
||||
|
||||
Fri Sep 8 00:27:46 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* app.c (do_scrub_chars): In MRI mode, keep a space before a
|
||||
|
@ -24,6 +24,10 @@
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include "libiberty.h"
|
||||
#include "sb.h"
|
||||
#include "hash.h"
|
||||
#include "macro.h"
|
||||
|
Loading…
Reference in New Issue
Block a user