diff options
author | Christopher Faylor <me@cgf.cx> | 2006-12-11 19:17:17 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-12-11 19:17:17 +0000 |
commit | 6dcb2ec4419b33d5848583798b8e2d94c6176a6d (patch) | |
tree | 0401586a0d1e1011d82335273cf555fa8d3f21b4 /winsup | |
parent | 23995dad752a18a5ecc5e66fafedb5c3565e2adc (diff) | |
download | cygnal-6dcb2ec4419b33d5848583798b8e2d94c6176a6d.tar.gz cygnal-6dcb2ec4419b33d5848583798b8e2d94c6176a6d.tar.bz2 cygnal-6dcb2ec4419b33d5848583798b8e2d94c6176a6d.zip |
* dumper.cc: Add an include to accommodate new include/elf usage.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/dumper.cc | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index fb382931a..8137a6e1b 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -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 diff --git a/winsup/utils/dumper.cc b/winsup/utils/dumper.cc index e5e91e2ef..da1de9536 100644 --- a/winsup/utils/dumper.cc +++ b/winsup/utils/dumper.cc @@ -11,6 +11,7 @@ details. */ #include <bfd.h> +#include <ansidecl.h> #include <elf/common.h> #include <elf/external.h> #include <sys/procfs.h> |