diff options
-rw-r--r-- | include/slibtool/slibtool_arbits.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <stdint.h> #include <stddef.h> +#ifndef AR_COMMON_DEFS +#define AR_COMMON_DEFS + #define AR_SIGNATURE "!<arch>\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 |