aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/imgact_coff.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-12-07 12:48:31 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-12-07 12:48:31 +0000
commitefeaf95a41820e4eb661a90cfb59a26e36575784 (patch)
tree19b264d515a181824bd3abb5e342afa65102ff53 /sys/i386/ibcs2/imgact_coff.c
parent40b0c0d936b1fb9878b178e19028ab6a045fe8bc (diff)
downloadsrc-efeaf95a41820e4eb661a90cfb59a26e36575784.tar.gz
src-efeaf95a41820e4eb661a90cfb59a26e36575784.zip
Untangled the vm.h include file spaghetti.
Notes
Notes: svn path=/head/; revision=12662
Diffstat (limited to 'sys/i386/ibcs2/imgact_coff.c')
-rw-r--r--sys/i386/ibcs2/imgact_coff.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c
index 170c2fa94d22..c71ff503a4ea 100644
--- a/sys/i386/ibcs2/imgact_coff.c
+++ b/sys/i386/ibcs2/imgact_coff.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: imgact_coff.c,v 1.9 1995/10/10 17:33:19 swallace Exp $
+ * $Id: imgact_coff.c,v 1.10 1995/11/06 12:52:14 davidg Exp $
*/
#include <sys/param.h>
@@ -40,8 +40,15 @@
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/sysent.h>
+
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
+#include <vm/pmap.h>
+#include <vm/vm_map.h>
#include <vm/vm_kern.h>
+#include <vm/vm_extern.h>
#include <i386/ibcs2/coff.h>
#include <i386/ibcs2/ibcs2_util.h>