diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-05-15 23:18:32 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-05-15 23:18:32 +0000 |
| commit | 1d8290f3c32f752c97086753d4596eee106eb181 (patch) | |
| tree | 6e4218c46e73c577a1b7fbf586e8338803140cda /sys/kern/link_aout.c | |
| parent | 00a722581749dc057bfeb9befa90a7349b9d44aa (diff) | |
Notes
Diffstat (limited to 'sys/kern/link_aout.c')
| -rw-r--r-- | sys/kern/link_aout.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/kern/link_aout.c b/sys/kern/link_aout.c index aa5aa8a626cc..e7955ec5d0af 100644 --- a/sys/kern/link_aout.c +++ b/sys/kern/link_aout.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link_aout.c,v 1.19 1999/01/28 00:57:47 dillon Exp $ + * $Id: link_aout.c,v 1.20 1999/05/08 13:03:47 peter Exp $ */ #ifndef __alpha__ @@ -39,6 +39,13 @@ #include <sys/fcntl.h> #include <sys/vnode.h> #include <sys/linker.h> + +#ifndef __ELF__ +#include <vm/vm.h> +#include <vm/pmap.h> +#include <machine/vmparam.h> +#endif + #include <a.out.h> #include <link.h> |
