From 2ac529b5055ebccd5c2251e373940eee156dc967 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 29 Apr 2007 14:02:43 +1000 Subject: - (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype. --- openbsd-compat/xmmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsd-compat/xmmap.c') diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c index 0fb23269b..397bc9653 100644 --- a/openbsd-compat/xmmap.c +++ b/openbsd-compat/xmmap.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: xmmap.c,v 1.12 2006/08/24 09:58:36 dtucker Exp $ */ +/* $Id: xmmap.c,v 1.13 2007/04/29 04:02:43 dtucker Exp $ */ #include "includes.h" @@ -38,6 +38,7 @@ #endif #include #include +#include #include #include -- cgit v1.2.3