From: Daan De Meyer Date: Thu, 2 Sep 2021 11:17:42 +0000 (+0200) Subject: oom: Add missing sd-bus.h include X-Git-Tag: v250-rc1~646^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf7cf2aa4a9156e83d3febb474b4fec571d9494;p=thirdparty%2Fsystemd.git oom: Add missing sd-bus.h include --- 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 */