* dumper.cc: Add an include to accommodate new include/elf usage.

This commit is contained in:
Christopher Faylor 2006-12-11 19:17:17 +00:00
parent 23995dad75
commit 6dcb2ec441
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-12-11 Christopher Faylor <me@cgf.cx>
* dumper.cc: Add an include to accommodate new include/elf usage.
2006-12-10 Christopher Faylor <me+cygwin@cgf.cx>
* mount.cc (do_mount): Avoid unnecessary cygwin_conv_to_win32_path and

View File

@ -11,6 +11,7 @@
details. */
#include <bfd.h>
#include <ansidecl.h>
#include <elf/common.h>
#include <elf/external.h>
#include <sys/procfs.h>