aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-10-27 06:08:53 -0500
committerBrent Cook <busterb@gmail.com>2019-10-27 06:08:53 -0500
commitb8d4bf79223e9d053e880168a68c7f14f0621a3c (patch)
tree6e2db107ce928df01437020f81e55730eb8c5b5d /include
parentbc3de1c9d4ee6960a0d512e6211f07b626e9faa6 (diff)
parentb80c4bf262a4eefbe55be78fee5853b787711bca (diff)
downloadportable-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.h2
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)