mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
oom: Add missing sd-bus.h include
This commit is contained in:
parent
d7950621d2
commit
ccf7cf2aa4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user