From ef4207f305ae3eaf451c8a27ce146f454eb61e1d Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sun, 28 Aug 2011 18:48:46 +0000 Subject: [PATCH] pull in sys/mount.h; build fix for amd64 --- sys/arch/usermode/usermode/procfs_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/usermode/usermode/procfs_machdep.c b/sys/arch/usermode/usermode/procfs_machdep.c index 146c801a4c3f..5a3e4e48b2a0 100644 --- a/sys/arch/usermode/usermode/procfs_machdep.c +++ b/sys/arch/usermode/usermode/procfs_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_machdep.c,v 1.1 2011/08/24 10:59:37 jmcneill Exp $ */ +/* $NetBSD: procfs_machdep.c,v 1.2 2011/08/28 18:48:46 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill @@ -27,10 +27,11 @@ */ #include -__RCSID("$NetBSD: procfs_machdep.c,v 1.1 2011/08/24 10:59:37 jmcneill Exp $"); +__RCSID("$NetBSD: procfs_machdep.c,v 1.2 2011/08/28 18:48:46 jmcneill Exp $"); #include #include +#include #include