Skip to content

Commit

Permalink
endian.h: Make sure, that _ARCH_INCLUDE works (open-watcom#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
winspool authored Nov 24, 2024
1 parent dd47f83 commit a7c3942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bld/hdr/watcom/endian.mh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
)

:segment LINUX
:include incdir.sp

#include _ARCH_INCLUDE(sys/endian.h)
:elsesegment
#define BYTE_ORDER LITTLE_ENDIAN
Expand Down

0 comments on commit a7c3942

Please sign in to comment.