Skip to content

Commit 621a543

Browse files
committed
WORDS_BIGENDIAN: include MachDeps.h instead of ghcautoconf.h
1 parent 6536e03 commit 621a543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Codec/Archive/Tar/Index/Utils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Control.DeepSeq (NFData(..))
1717
import GHC.Storable
1818
import GHC.ByteOrder
1919

20-
#include <ghcautoconf.h>
20+
#include <MachDeps.h>
2121

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

0 commit comments

Comments
 (0)