From: Jiri Denemark Date: Thu, 16 May 2013 09:49:12 +0000 (+0200) Subject: util: Fix build without devmapper X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c431f065873552212ca41f9b2603165f0d2c4fa2;p=libvirt.git util: Fix build without devmapper stdlib.h header file needed for getenv was only transitively included through libdevmapper.h. --- diff --git a/src/util/virutil.c b/src/util/virutil.c index ab3c82f823..7f4ecd634d 100644 --- a/src/util/virutil.c +++ b/src/util/virutil.c @@ -26,6 +26,7 @@ #include +#include #include #include #include