* 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:
parent
97b09fe1c5
commit
f2af71ea96
|
@ -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>
|
2006-12-11 Christopher Faylor <me@cgf.cx>
|
||||||
|
|
||||||
* dumper.cc: Add an include to accommodate new include/elf usage.
|
* dumper.cc: Add an include to accommodate new include/elf usage.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* dumper.cc
|
/* 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>
|
Written by Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
||||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
#include <bfd.h>
|
|
||||||
#include <ansidecl.h>
|
#include <ansidecl.h>
|
||||||
|
#include <bfd.h>
|
||||||
#include <elf/common.h>
|
#include <elf/common.h>
|
||||||
#include <elf/external.h>
|
#include <elf/external.h>
|
||||||
#include <sys/procfs.h>
|
#include <sys/procfs.h>
|
||||||
|
|
Loading…
Reference in New Issue