From: Michael Tremer Date: Mon, 15 Aug 2022 17:17:52 +0000 (+0000) Subject: installer: Fix build against glibc 2.36 X-Git-Tag: v2.27-core171~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2743dd7eba1d8abb2c3aabf31bdd1b6c5d3edea5;p=ipfire-2.x.git installer: Fix build against glibc 2.36 Signed-off-by: Michael Tremer --- diff --git a/src/installer/hw.c b/src/installer/hw.c index 236737c8e5..9d11d85de3 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -40,8 +40,6 @@ #include #include -#include - #include #include "hw.h"