diff options
Diffstat (limited to 'math/machine/endian.h')
-rw-r--r-- | math/machine/endian.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/machine/endian.h b/math/machine/endian.h new file mode 100644 index 0000000000..88804564bf --- /dev/null +++ b/math/machine/endian.h @@ -0,0 +1,4 @@ +/* math_private.h wants to include <machine/endian.h>; we provide this + file so it can, leaving math_private.h unmodified from the original. */ + +#include <endian.h> |