diff options
Diffstat (limited to 'amd64/isel.c')
| -rw-r--r-- | amd64/isel.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |