* bootstrap.conf (gnulib_modules): Add gettimeofday.
---
We're using gettimeofday throughout libvirt sources, but mingw
lacks it. While conditional compilation has made it so that we
have not yet tripped up mingw compilation, it doesn't hurt to
pull this LGPLv2+ module in now.
bootstrap.conf | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 44d6d0e..5af77a7 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -32,6 +32,7 @@ getaddrinfo
gethostname
getpass
gettext-h
+gettimeofday
gitlog-to-changelog
gnumakefile
ignore-value
--
1.7.0.1