From 810ec0efbc9aeb11df4ce9fabd8eb9fa63472659 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Wed, 21 Oct 2015 16:32:01 +0000 Subject: [PATCH] Add missing forward declaration of struct image_params. --- sys/sys/imgact_elf.h | 1 + 1 file changed, 1 insertion(+) 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; /*