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).
This commit is contained in:
parent
7d63049adb
commit
e8a76ad6e6
@ -18,6 +18,11 @@
|
|||||||
#ifndef __LIBRC_PLUGIN_H__
|
#ifndef __LIBRC_PLUGIN_H__
|
||||||
#define __LIBRC_PLUGIN_H__
|
#define __LIBRC_PLUGIN_H__
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include "rc.h"
|
||||||
|
|
||||||
/* A simple flag to say if we're in a plugin process or not.
|
/* A simple flag to say if we're in a plugin process or not.
|
||||||
* Mainly used in atexit code. */
|
* Mainly used in atexit code. */
|
||||||
extern bool rc_in_plugin;
|
extern bool rc_in_plugin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user