From 2f6b5b7ef4cd12c801167ca79efec3d69b2927cd Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Sun, 29 Jan 2023 03:22:56 +0000
Subject: 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).
---
 src/openrc/rc-logger.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/openrc/rc-logger.h b/src/openrc/rc-logger.h
index 52ca9717..68b32424 100644
--- a/src/openrc/rc-logger.h
+++ b/src/openrc/rc-logger.h
@@ -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;
-- 
cgit v1.2.3