rtkit.c: Add config.h include

Needed for the RTKIT_SYSLOG optional define.

Signed-off-by: Vincent Duvert <vincent@duvert.net>
This commit is contained in:
Vincent Duvert 2022-01-17 13:30:21 +01:00 committed by Hector Martin
parent b9a7827900
commit 6736368275

View file

@ -1,5 +1,7 @@
/* SPDX-License-Identifier: MIT */
#include "../config.h"
#include "rtkit.h"
#include "adt.h"
#include "asc.h"