diff options
Diffstat (limited to 'StdLib/Include/Ia32/machine/endian.h')
-rw-r--r-- | StdLib/Include/Ia32/machine/endian.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StdLib/Include/Ia32/machine/endian.h b/StdLib/Include/Ia32/machine/endian.h new file mode 100644 index 0000000000..8c2cfd12a1 --- /dev/null +++ b/StdLib/Include/Ia32/machine/endian.h @@ -0,0 +1,3 @@ +/* $NetBSD: endian.h,v 1.29 2000/03/17 00:09:20 mycroft Exp $ */
+
+#include <sys/endian.h>
|