aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2015-10-21 16:32:01 +0000
committerEd Schouten <ed@FreeBSD.org>2015-10-21 16:32:01 +0000
commit810ec0efbc9aeb11df4ce9fabd8eb9fa63472659 (patch)
tree815bd48c12726368b3ba5d70dd4a899379f29585
parent7f5f4b449db4992513bd07cc016cf86b6f55e04f (diff)
downloadsrc-810ec0efbc9aeb11df4ce9fabd8eb9fa63472659.tar.gz
src-810ec0efbc9aeb11df4ce9fabd8eb9fa63472659.zip
Add missing forward declaration of struct image_params.
Notes
Notes: svn path=/head/; revision=289706
-rw-r--r--sys/sys/imgact_elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index d1d4f219c297..9b470426afb5 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;
/*