diff options
Diffstat (limited to 'include/common/param_header.h')
-rw-r--r-- | include/common/param_header.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common/param_header.h b/include/common/param_header.h index b8852869..4dab4e3c 100644 --- a/include/common/param_header.h +++ b/include/common/param_header.h @@ -9,9 +9,9 @@ #include <stdbool.h> -#ifndef __ASSEMBLY__ +#ifndef __ASSEMBLER__ #include <stdint.h> -#endif /*__ASSEMBLY__*/ +#endif /*__ASSEMBLER__*/ #include <export/common/param_header_exp.h> |