diff options
Diffstat (limited to 'string/endian.h')
-rw-r--r-- | string/endian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/endian.h b/string/endian.h index 0c293f6379..51084f1e9c 100644 --- a/string/endian.h +++ b/string/endian.h @@ -55,7 +55,7 @@ #endif -#ifdef __USE_BSD +#if defined __USE_BSD && !defined __ASSEMBLER__ /* Conversion interfaces. */ # include <bits/byteswap.h> |