diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /binutils/binemul.h | |
parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) |
Notes
Diffstat (limited to 'binutils/binemul.h')
-rw-r--r-- | binutils/binemul.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/binemul.h b/binutils/binemul.h index 53bbbd2de2041..c5d8c78f7fb86 100644 --- a/binutils/binemul.h +++ b/binutils/binemul.h @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright 2002, 2003 Free Software Foundation, Inc. + Copyright 2002, 2003, 2007 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. @@ -21,6 +21,7 @@ #ifndef BINEMUL_H #define BINEMUL_H +#include "sysdep.h" #include "bfd.h" #include "bucomm.h" |