diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-06 20:59:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-06 20:59:11 +0000 |
commit | ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613 (patch) | |
tree | ed39fd0f1ce525e2af5d3d86a4041c4228d88914 /gdb/objfiles.c | |
parent | Expand the regcache so that there is space for pseudo-registers. (diff) | |
download | binutils-gdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.tar.gz binutils-gdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.tar.bz2 binutils-gdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.zip |
Eliminate global #include of "mmalloc.h".
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index e0a69ca75b1..e2a6f850554 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -43,6 +43,8 @@ #if defined(USE_MMALLOC) && defined(HAVE_MMAP) +#include "mmalloc.h" + static int open_existing_mapped_file (char *, long, int); static int open_mapped_file (char *filename, long mtime, int flags); |