Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-12-11 22:17:17 +0300
committerChristopher Faylor <me@cgf.cx>2006-12-11 22:17:17 +0300
commit6dcb2ec4419b33d5848583798b8e2d94c6176a6d (patch)
tree0401586a0d1e1011d82335273cf555fa8d3f21b4
parent23995dad752a18a5ecc5e66fafedb5c3565e2adc (diff)
* dumper.cc: Add an include to accommodate new include/elf usage.
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/dumper.cc1
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>