From 4f979636327bb1acb371d3094554da6cc4672973 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 18 Jun 2023 22:26:53 +0200 Subject: add endian.h for endian dependent stuff --- amd64/isel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'amd64/isel.c') diff --git a/amd64/isel.c b/amd64/isel.c index 4c0656a..942e962 100644 --- a/amd64/isel.c +++ b/amd64/isel.c @@ -1,4 +1,5 @@ #include "all.h" +#include "../endian.h" static void fixarg(struct function *fn, union ref *r, struct instr *ins, struct block *blk, int *curi) -- cgit v1.2.3