Make this compile in a.out mode. link.h has extra dependencies for a.out.

This commit is contained in:
Peter Wemm 2001-02-25 07:26:54 +00:00
parent 1a5f13cfbf
commit d6df01d823
2 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,9 @@
#endif
#include <vm/pmap.h>
#include <vm/vm_map.h>
#ifdef __AOUT__
#include <nlist.h>
#endif
#include <link.h>
#include "linker_if.h"

View File

@ -49,6 +49,9 @@
#endif
#include <vm/pmap.h>
#include <vm/vm_map.h>
#ifdef __AOUT__
#include <nlist.h>
#endif
#include <link.h>
#include "linker_if.h"