openrc: rc-logger: add missing includes to header
Needed for clang-tidy prep work, as it requires headers to work standalone (which is useful anyway).
This commit is contained in:
parent
eb3635dd1f
commit
2f6b5b7ef4
@ -13,6 +13,9 @@
|
||||
#ifndef RC_LOGGER_H
|
||||
#define RC_LOGGER_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
extern pid_t rc_logger_pid;
|
||||
extern int rc_logger_tty;
|
||||
extern bool rc_in_logger;
|
||||
|
Loading…
Reference in New Issue
Block a user