diff options
author | Brent Cook <busterb@gmail.com> | 2019-10-27 06:08:53 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-10-27 06:08:53 -0500 |
commit | b8d4bf79223e9d053e880168a68c7f14f0621a3c (patch) | |
tree | 6e2db107ce928df01437020f81e55730eb8c5b5d /include | |
parent | bc3de1c9d4ee6960a0d512e6211f07b626e9faa6 (diff) | |
parent | b80c4bf262a4eefbe55be78fee5853b787711bca (diff) | |
download | portable-b8d4bf79223e9d053e880168a68c7f14f0621a3c.tar.gz portable-b8d4bf79223e9d053e880168a68c7f14f0621a3c.tar.bz2 portable-b8d4bf79223e9d053e880168a68c7f14f0621a3c.zip |
Land #553, add initial support for midipix
Diffstat (limited to 'include')
-rw-r--r-- | include/compat/machine/endian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compat/machine/endian.h b/include/compat/machine/endian.h index 5ec39af..43dac8f 100644 --- a/include/compat/machine/endian.h +++ b/include/compat/machine/endian.h | |||
@@ -21,7 +21,7 @@ | |||
21 | #define BYTE_ORDER BIG_ENDIAN | 21 | #define BYTE_ORDER BIG_ENDIAN |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #elif defined(__linux__) | 24 | #elif defined(__linux__) || defined(__midipix__) |
25 | #include <endian.h> | 25 | #include <endian.h> |
26 | 26 | ||
27 | #elif defined(__sun) || defined(_AIX) || defined(__hpux) | 27 | #elif defined(__sun) || defined(_AIX) || defined(__hpux) |