* dumper.cc: Add an include to accommodate new include/elf usage.
This commit is contained in:
parent
23995dad75
commit
6dcb2ec441
|
@ -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
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
details. */
|
||||
|
||||
#include <bfd.h>
|
||||
#include <ansidecl.h>
|
||||
#include <elf/common.h>
|
||||
#include <elf/external.h>
|
||||
#include <sys/procfs.h>
|
||||
|
|
Loading…
Reference in New Issue