From 6dcb2ec4419b33d5848583798b8e2d94c6176a6d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 11 Dec 2006 19:17:17 +0000 Subject: [PATCH] * dumper.cc: Add an include to accommodate new include/elf usage. --- winsup/utils/ChangeLog | 4 ++++ winsup/utils/dumper.cc | 1 + 2 files changed, 5 insertions(+) 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 + + * dumper.cc: Add an include to accommodate new include/elf usage. + 2006-12-10 Christopher Faylor * 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 +#include #include #include #include