diff options
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); |