summaryrefslogtreecommitdiffstats
path: root/src/test
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/test
parentjournalctl: rotation is not a reason to warn, but certainly noteworthy (diff)
parentrpm: restart services in %posttrans (diff)
downloadsystemd-8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e.tar.xz
systemd-8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e.zip
Merge pull request #18481 from keszybz/rpm-restart-post-trans
Restart units after the rpm transaction
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test-bpf-firewall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-bpf-firewall.c b/src/test/test-bpf-firewall.c
index b6fd22904f..b29c0d7844 100644
--- a/src/test/test-bpf-firewall.c
+++ b/src/test/test-bpf-firewall.c
@@ -12,7 +12,7 @@
#include "rm-rf.h"
#include "service.h"
#include "tests.h"
-#include "unit.h"
+#include "unit-serialize.h"
#include "virt.h"
int main(int argc, char *argv[]) {