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).
This commit is contained in:
Sam James 2023-01-29 03:23:56 +00:00 committed by William Hubbs
parent dc0b3157a9
commit 7d63049adb

View File

@ -27,6 +27,7 @@
#include <unistd.h>
#include "helpers.h"
#include "rc.h"
#define RC_LEVEL_BOOT "boot"
#define RC_LEVEL_DEFAULT "default"