summaryrefslogtreecommitdiff
path: root/src/hostname
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-12-18 23:08:41 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-18 23:11:02 +0900
commit0be6dee2c2b75ab634b45d7ef6a17b74601f9a3b (patch)
tree4762566879751a6f0505f96e7248acb2d4555bec /src/hostname
parent9bd6ee8d5dfc240ec6736497c324de23e33efe87 (diff)
downloadsystemd-0be6dee2c2b75ab634b45d7ef6a17b74601f9a3b.tar.gz
hostname: fix build failure
Follow-up for b9d8069832425b34211a6812e06537e0c50d46b6. libudev.h was dropped from most of our binaries.
Diffstat (limited to 'src/hostname')
-rw-r--r--src/hostname/hostnamed.c1
1 files changed, 0 insertions, 1 deletions
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"