* dumper.cc: Include ansidecl.h before including bfd.h to woraround

a problem with the order in which system include files are included.
This commit is contained in:
Corinna Vinschen 2006-12-21 09:59:04 +00:00
parent 97b09fe1c5
commit f2af71ea96
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-12-21 Corinna Vinschen <corinna@vinschen.de>
* dumper.cc: Include ansidecl.h before including bfd.h to woraround
a problem with the order in which system include files are included.
2006-12-11 Christopher Faylor <me@cgf.cx>
* dumper.cc: Add an include to accommodate new include/elf usage.

View File

@ -1,6 +1,6 @@
/* dumper.cc
Copyright 1999, 2001, 2002, 2004 Red Hat Inc.
Copyright 1999, 2001, 2002, 2004, 2006 Red Hat Inc.
Written by Egor Duda <deo@logos-m.ru>
@ -10,8 +10,8 @@
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include <bfd.h>
#include <ansidecl.h>
#include <bfd.h>
#include <elf/common.h>
#include <elf/external.h>
#include <sys/procfs.h>