diff options
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 495ffb4..0fe4a94 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -27,6 +27,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifndef _LIBBFD_H +#define _LIBBFD_H 1 + #include "hashtab.h" #ifdef __cplusplus @@ -3231,3 +3234,4 @@ bfd_boolean _bfd_generic_verify_endian_match #ifdef __cplusplus } #endif +#endif |