oom: Add missing sd-bus.h include

This commit is contained in:
Daan De Meyer
2021-09-02 13:17:42 +02:00
parent d7950621d2
commit ccf7cf2aa4

View File

@@ -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 */