From 34d63dd7505393c44485042860006b38fd95275c Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 17 May 2013 13:30:37 +0100 Subject: [PATCH] Include GNULIB mkdtemp module The mkdtemp function is missing on mingw platforms. It is used in various Linux specific places in libvirt, but recently became used in fdstreamtest.c which is cross platform. Thus the GNULIB mkdtemp module should be used to provide mkdtemp. Signed-off-by: Daniel P. Berrange --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 6e037572a1..410e4f5dc4 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -71,6 +71,7 @@ listen localeconv maintainer-makefile manywarnings +mkdtemp mkostemp mkostemps mktempd