diff options
Diffstat (limited to 'StdLib/Include/Arm/machine/endian.h')
-rw-r--r-- | StdLib/Include/Arm/machine/endian.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StdLib/Include/Arm/machine/endian.h b/StdLib/Include/Arm/machine/endian.h new file mode 100644 index 0000000000..bb53c0ba07 --- /dev/null +++ b/StdLib/Include/Arm/machine/endian.h @@ -0,0 +1,3 @@ +/* $NetBSD: endian.h,v 1.3 2001/06/23 12:20:27 bjh21 Exp $ */
+
+#include <sys/endian.h>
|