aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openrc/rc-logger.h3
1 files changed, 3 insertions, 0 deletions
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;