Skip to content

Commit e8a9b52

Browse files
authored
Use a more specific include than Rts.h (#607)
The Rts.h include seems to cause build problems. See also: https://gitlab.haskell.org/ghc/ghc/-/issues/23789 #606
1 parent 676c385 commit e8a9b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbits/is-valid-utf8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SUCH DAMAGE.
5050
#endif
5151

5252
#include <MachDeps.h>
53-
#include "Rts.h"
53+
#include "ghcplatform.h"
5454

5555
#ifdef WORDS_BIGENDIAN
5656
#define to_little_endian(x) __builtin_bswap64(x)

0 commit comments

Comments
 (0)