diff options
Diffstat (limited to 'src/include/port/sunos4.h')
-rw-r--r-- | src/include/port/sunos4.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/port/sunos4.h b/src/include/port/sunos4.h index 0dbac44dffd..c1ec7f50610 100644 --- a/src/include/port/sunos4.h +++ b/src/include/port/sunos4.h @@ -1 +1,5 @@ -# define USE_POSIX_TIME +#define USE_POSIX_TIME +#ifndef BYTE_ORDER +# define BYTE_ORDER BIG_ENDIAN +#endif + |