From ccf7cf2aa4a9156e83d3febb474b4fec571d9494 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 2 Sep 2021 13:17:42 +0200 Subject: [PATCH] oom: Add missing sd-bus.h include --- src/oom/oomd-manager.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/oom/oomd-manager.h b/src/oom/oomd-manager.h index dc170f2bdaa..3edc31d0b97 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 */