diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h index d1d4f219c29..9b470426afb 100644 --- a/sys/sys/imgact_elf.h +++ b/sys/sys/imgact_elf.h @@ -37,6 +37,7 @@ #define AUXARGS_ENTRY(pos, id, val) {suword(pos++, id); suword(pos++, val);} +struct image_params; struct thread; /*