aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-29 03:23:56 +0000
committerWilliam Hubbs <w.d.hubbs@gmail.com>2023-01-28 22:14:30 -0600
commit7d63049adb390815693bed0a97af9d669d7470aa (patch)
treee66336aa2ebf5d4a6e128db52368248007d5407f /src
parentdc0b3157a9ffa5e03e233ce0b238bbc77d3c5980 (diff)
src: shared: misc: add missing includes to header
Needed for clang-tidy prep work, as it requires headers to work standalone (which is useful anyway).
Diffstat (limited to 'src')
-rw-r--r--src/shared/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/misc.h b/src/shared/misc.h
index 6821038d..75c4a630 100644
--- a/src/shared/misc.h
+++ b/src/shared/misc.h
@@ -27,6 +27,7 @@
#include <unistd.h>
#include "helpers.h"
+#include "rc.h"
#define RC_LEVEL_BOOT "boot"
#define RC_LEVEL_DEFAULT "default"