From 0be6dee2c2b75ab634b45d7ef6a17b74601f9a3b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 18 Dec 2020 23:08:41 +0900 Subject: [PATCH] hostname: fix build failure Follow-up for b9d8069832425b34211a6812e06537e0c50d46b6. libudev.h was dropped from most of our binaries. --- src/hostname/hostnamed.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index a2a09c28ed..d797324783 100644 --- a/src/hostname/hostnamed.c +++ b/src/hostname/hostnamed.c @@ -20,7 +20,6 @@ #include "hostname-setup.h" #include "hostname-util.h" #include "id128-util.h" -#include "libudev.h" #include "main-func.h" #include "missing_capability.h" #include "nscd-flush.h"