From e8a76ad6e671aefd358463722c0ef77a5bd5c320 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 29 Jan 2023 03:24:04 +0000 Subject: src: shared: plugin: add missing includes to header Needed for clang-tidy prep work, as it requires headers to work standalone (which is useful anyway). --- src/shared/plugin.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/shared/plugin.h') diff --git a/src/shared/plugin.h b/src/shared/plugin.h index 86ec1bfe..3e458e23 100644 --- a/src/shared/plugin.h +++ b/src/shared/plugin.h @@ -18,6 +18,11 @@ #ifndef __LIBRC_PLUGIN_H__ #define __LIBRC_PLUGIN_H__ +#include +#include + +#include "rc.h" + /* A simple flag to say if we're in a plugin process or not. * Mainly used in atexit code. */ extern bool rc_in_plugin; -- cgit v1.2.3