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 | 31e9866ea62cc5ec24e9ff633bc9715d7da2b1b0 (diff) | |
download | binutils-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.zip binutils-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.tar.gz binutils-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.tar.bz2 |
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 e0a69ca..e2a6f85 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); |