From ca9dadcc5267be23364a161c8b9b9ef613757679 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 14 Feb 2017 11:09:46 -0600 Subject: [PATCH] trivial: move gelf.h include to HAVE_LIBELF (#87) --- libdfu/dfu-format-elf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdfu/dfu-format-elf.c b/libdfu/dfu-format-elf.c index 8998195fa..f7225c294 100644 --- a/libdfu/dfu-format-elf.c +++ b/libdfu/dfu-format-elf.c @@ -22,10 +22,10 @@ #include "config.h" #include -#include #include #ifdef HAVE_LIBELF +#include #include #include #endif