aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-06 20:59:11 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-06 20:59:11 +0000
commited1801dfff5252ea5cc2e7b53ccc3e1d76d35613 (patch)
treeed39fd0f1ce525e2af5d3d86a4041c4228d88914 /gdb/objfiles.c
parent31e9866ea62cc5ec24e9ff633bc9715d7da2b1b0 (diff)
downloadgdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.zip
gdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.tar.gz
gdb-ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613.tar.bz2
Eliminate global #include of "mmalloc.h".
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r--gdb/objfiles.c2
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);