pipe.h needed vm_page_t defined for me, so I moved it down
authorniklas <niklas@openbsd.org>
Wed, 4 Sep 1996 22:33:48 +0000 (22:33 +0000)
committerniklas <niklas@openbsd.org>
Wed, 4 Sep 1996 22:33:48 +0000 (22:33 +0000)
sys/kern/kern_descrip.c

index f6c28c4..814d4f6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_descrip.c,v 1.6 1996/08/27 14:46:59 shawn Exp $  */
+/*     $OpenBSD: kern_descrip.c,v 1.7 1996/09/04 22:33:48 niklas Exp $ */
 /*     $NetBSD: kern_descrip.c,v 1.42 1996/03/30 22:24:38 christos Exp $       */
 
 /*
 #include <sys/unistd.h>
 #include <sys/resourcevar.h>
 #include <sys/conf.h>
-#include <sys/pipe.h>
-
 #include <sys/mount.h>
 #include <sys/syscallargs.h>
 
 #include <vm/vm.h>
 
+#include <sys/pipe.h>
+
 /*
  * Descriptor management.
  */