From d973c0554a70fb0bd8e90aed40d0a13a999139cb Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 6 Dec 1995 19:14:16 +0000 Subject: [PATCH] Include explicitly to avoid breaking when vnode_if.h doesn't include vm stuff. --- sys/compat/linux/linux_misc.c | 3 ++- sys/i386/linux/linux_misc.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 5e04b263975a..dbd77945ddf6 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/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 @@ -51,6 +51,7 @@ #include #include +#include #include #include diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 5e04b263975a..dbd77945ddf6 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 @@ -51,6 +51,7 @@ #include #include +#include #include #include