diff options
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r-- | bfd/libcoff-in.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index 6d00db0..34e71a8 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -22,6 +22,10 @@ #include "bfdlink.h" #include "coff-bfd.h" +#ifdef __cplusplus +extern "C" { +#endif + /* Object file tdata; access macros. */ #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) |