diff options
Diffstat (limited to 'bfd/vms-hdr.c')
-rw-r--r-- | bfd/vms-hdr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/vms-hdr.c b/bfd/vms-hdr.c index 67c22b3..f116904 100644 --- a/bfd/vms-hdr.c +++ b/bfd/vms-hdr.c @@ -1,7 +1,7 @@ /* vms-hdr.c -- BFD back-end for VMS/VAX (openVMS/VAX) and EVAX (openVMS/Alpha) files. - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 - Free Software Foundation, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, + 2007 Free Software Foundation, Inc. HDR record handling functions EMH record handling functions @@ -25,9 +25,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "sysdep.h" #include "bfd.h" #include "bfdver.h" -#include "sysdep.h" #include "bfdlink.h" #include "safe-ctype.h" #include "libbfd.h" |