From 621a5431840fc3787c590f8a9a744b847226461b Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Fri, 14 Jun 2024 20:39:12 +0100 Subject: [PATCH] WORDS_BIGENDIAN: include MachDeps.h instead of ghcautoconf.h --- Codec/Archive/Tar/Index/Utils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codec/Archive/Tar/Index/Utils.hs b/Codec/Archive/Tar/Index/Utils.hs index 226a796..421327c 100644 --- a/Codec/Archive/Tar/Index/Utils.hs +++ b/Codec/Archive/Tar/Index/Utils.hs @@ -17,7 +17,7 @@ import Control.DeepSeq (NFData(..)) import GHC.Storable import GHC.ByteOrder -#include +#include -- | Construct a `UArray Word32 Word32` from a ByteString of 32bit big endian -- words.