Skip to content

Commit

Permalink
WORDS_BIGENDIAN: include MachDeps.h instead of ghcautoconf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jun 14, 2024
1 parent 6536e03 commit 621a543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codec/Archive/Tar/Index/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Control.DeepSeq (NFData(..))
import GHC.Storable
import GHC.ByteOrder

#include <ghcautoconf.h>
#include <MachDeps.h>

-- | Construct a `UArray Word32 Word32` from a ByteString of 32bit big endian
-- words.
Expand Down

0 comments on commit 621a543

Please sign in to comment.