From ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 6 Dec 2001 20:59:11 +0000 Subject: Eliminate global #include of "mmalloc.h". --- gdb/objfiles.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/objfiles.c') 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); -- cgit v1.2.3-65-gdbad