summaryrefslogtreecommitdiff
path: root/src/core/execute.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-16 08:25:49 +0100
committerGitHub <noreply@github.com>2021-02-16 08:25:49 +0100
commit8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e (patch)
tree9896eb01d01e46ece5a2efd109b5716915141c91 /src/core/execute.c
parent71311efe2377d7e37a6af76f110882eed2332f4e (diff)
parentfa97d2fcf64e0558054bee673f734f523373b146 (diff)
downloadsystemd-8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e.tar.gz
Merge pull request #18481 from keszybz/rpm-restart-post-trans
Restart units after the rpm transaction
Diffstat (limited to 'src/core/execute.c')
-rw-r--r--src/core/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c
index 2c35a917f8..d14aec47d0 100644
--- a/src/core/execute.c
+++ b/src/core/execute.c
@@ -93,7 +93,7 @@
#include "terminal-util.h"
#include "tmpfile-util.h"
#include "umask-util.h"
-#include "unit.h"
+#include "unit-serialize.h"
#include "user-util.h"
#include "utmp-wtmp.h"