util: Fix build without devmapper

stdlib.h header file needed for getenv was only transitively included
through libdevmapper.h.
This commit is contained in:
Jiri Denemark 2013-05-16 11:49:12 +02:00
parent 41beacd925
commit c431f06587

View File

@ -26,6 +26,7 @@
#include <config.h>
#include <stdlib.h>
#include <dirent.h>
#include <stdio.h>
#include <stdarg.h>