diff options
-rw-r--r-- | sys/sys/imgact_aout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h index 7bff2a3..9ca48b5 100644 --- a/sys/sys/imgact_aout.h +++ b/sys/sys/imgact_aout.h @@ -149,6 +149,7 @@ struct exec { #ifdef _KERNEL struct thread; +struct vnode; int aout_coredump(struct thread *td, struct vnode *vp, off_t limit); #endif |