Skip to content

Commit ccf7cf2

Browse files
committed
oom: Add missing sd-bus.h include
1 parent d795062 commit ccf7cf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/oom/oomd-manager.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22
#pragma once
33

4+
#include "sd-bus.h"
5+
#include "sd-event.h"
6+
47
#include "conf-parser.h"
58
#include "oomd-util.h"
6-
#include "sd-event.h"
79
#include "varlink.h"
810

911
/* Polling interval for monitoring stats */

0 commit comments

Comments
 (0)