mirror of https://gitee.com/openkylin/libvirt.git
util: Fix build without devmapper
stdlib.h header file needed for getenv was only transitively included through libdevmapper.h.
This commit is contained in:
parent
41beacd925
commit
c431f06587
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <dirent.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Reference in New Issue