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 <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange 2013-05-17 13:30:37 +01:00
parent 3e5752747c
commit 34d63dd750

View File

@ -71,6 +71,7 @@ listen
localeconv localeconv
maintainer-makefile maintainer-makefile
manywarnings manywarnings
mkdtemp
mkostemp mkostemp
mkostemps mkostemps
mktempd mktempd