summaryrefslogtreecommitdiffstats
path: root/src/oom
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2021-09-02 13:17:42 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2021-09-16 13:26:26 +0200
commitccf7cf2aa4a9156e83d3febb474b4fec571d9494 (patch)
tree6a2e68dfed0d80644d05bc62e16738de76e9e46f /src/oom
parentMerge pull request #20715 from yuwata/udev-node-follow-ups (diff)
downloadsystemd-ccf7cf2aa4a9156e83d3febb474b4fec571d9494.tar.xz
systemd-ccf7cf2aa4a9156e83d3febb474b4fec571d9494.zip
oom: Add missing sd-bus.h include
Diffstat (limited to 'src/oom')
-rw-r--r--src/oom/oomd-manager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/oom/oomd-manager.h b/src/oom/oomd-manager.h
index dc170f2bda..3edc31d0b9 100644
--- a/src/oom/oomd-manager.h
+++ b/src/oom/oomd-manager.h
@@ -1,9 +1,11 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
+#include "sd-bus.h"
+#include "sd-event.h"
+
#include "conf-parser.h"
#include "oomd-util.h"
-#include "sd-event.h"
#include "varlink.h"
/* Polling interval for monitoring stats */