diff --git a/include/slibtool/slibtool_arbits.h b/include/slibtool/slibtool_arbits.h index 862b5fa..fc04ab7 100644 --- a/include/slibtool/slibtool_arbits.h +++ b/include/slibtool/slibtool_arbits.h @@ -8,6 +8,9 @@ extern "C" { #include #include +#ifndef AR_COMMON_DEFS +#define AR_COMMON_DEFS + #define AR_SIGNATURE "!\n" #define AR_MEMBER_ATTR_DEFAULT (0x00) @@ -181,6 +184,8 @@ struct ar_meta_armap_info { const struct ar_meta_armap_common_64 * ar_armap_common_64; }; +#endif + #ifdef __cplusplus } #endif