diff options
author | bde <bde@FreeBSD.org> | 1995-12-06 19:14:16 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-06 19:14:16 +0000 |
commit | 6baf31173c2185043c7d61e9ee9fc7739c970447 (patch) | |
tree | 2674e80ac1ce96e846ecb84bc99f6ae24713bf6a /sys/i386/linux/linux_misc.c | |
parent | c2589aa47b7b09c8c28f05ee62eb9de53017b758 (diff) | |
download | FreeBSD-src-6baf31173c2185043c7d61e9ee9fc7739c970447.zip FreeBSD-src-6baf31173c2185043c7d61e9ee9fc7739c970447.tar.gz |
Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn't
include vm stuff.
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
-rw-r--r-- | sys/i386/linux/linux_misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 5e04b26..dbd7794 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,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: linux_misc.c,v 1.3 1995/11/06 12:52:24 davidg Exp $ + * $Id: linux_misc.c,v 1.4 1995/11/22 07:43:48 bde Exp $ */ #include <sys/param.h> @@ -51,6 +51,7 @@ #include <sys/vnode.h> #include <sys/wait.h> +#include <vm/vm.h> #include <vm/vm_kern.h> #include <machine/cpu.h> |