From c4613df5e092f3e6f7b9527332fada6091df9c67 Mon Sep 17 00:00:00 2001 From: bluhm Date: Fri, 7 Jul 2017 10:49:12 +0000 Subject: [PATCH] Make mmap_hint.c compile on i386 by adding includes. Unfortunately test is still failing. --- regress/sys/uvm/mmap_hint/mmap_hint.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/regress/sys/uvm/mmap_hint/mmap_hint.c b/regress/sys/uvm/mmap_hint/mmap_hint.c index 4dced074094..10bf1082a78 100644 --- a/regress/sys/uvm/mmap_hint/mmap_hint.c +++ b/regress/sys/uvm/mmap_hint/mmap_hint.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mmap_hint.c,v 1.2 2013/03/21 21:59:55 deraadt Exp $ */ +/* $OpenBSD: mmap_hint.c,v 1.3 2017/07/07 10:49:12 bluhm Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt * @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #include #include -- 2.20.1