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 /winsup/utils/dumper.cc
parent23995dad752a18a5ecc5e66fafedb5c3565e2adc (diff)
* dumper.cc: Add an include to accommodate new include/elf usage.
Diffstat (limited to 'winsup/utils/dumper.cc')
-rw-r--r--winsup/utils/dumper.cc1
1 files changed, 1 insertions, 0 deletions
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>