From 81fa3f37b8b594d312a65c0c5d59687d458d612b Mon Sep 17 00:00:00 2001 From: dtucker Date: Sun, 29 Apr 2007 04:02:43 +0000 Subject: [PATCH] - (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype. --- ChangeLog | 1 + openbsd-compat/xmmap.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f5f1075..35df3904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1299: Use the platform's _res if it has one. Should fix problem of DNSSEC record lookups on NetBSD as reported by Curt Sampson. + - (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype. 20070406 - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c index 4239d0e9..a141f558 100644 --- a/openbsd-compat/xmmap.c +++ b/openbsd-compat/xmmap.c @@ -38,6 +38,7 @@ #endif #include #include +#include #include #include -- 2.45.1