From: Zdenek Kabelac Date: Mon, 11 Jun 2018 20:38:51 +0000 (+0200) Subject: build: ensure configure.h comes first X-Git-Tag: v2_03_00~192 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1c79cf9830390cfbe31d3146da66cbe36ac3e72a;p=lvm2.git build: ensure configure.h comes first Fix header order so configure.h is 1st. included header. --- diff --git a/device_mapper/libdm-report.c b/device_mapper/libdm-report.c index e437e4c5b..cbd0d1669 100644 --- a/device_mapper/libdm-report.c +++ b/device_mapper/libdm-report.c @@ -13,8 +13,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "base/memory/zalloc.h" #include "misc/dmlib.h" +#include "base/memory/zalloc.h" #include #include /* fabs() */