diff options
-rw-r--r-- | sys/arch/mips64/include/endian.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/endian.h b/sys/arch/mips64/include/endian.h index 45269edc520..4995fd19899 100644 --- a/sys/arch/mips64/include/endian.h +++ b/sys/arch/mips64/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.4 2005/12/13 00:35:23 millert Exp $ */ +/* $OpenBSD: endian.h,v 1.5 2006/02/27 23:35:59 miod Exp $ */ /* * Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -42,4 +42,6 @@ #include <sys/endian.h> +#define __STRICT_ALIGNMENT + #endif /* _MIPS64_ENDIAN_H_ */ |