aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/plugin.h5
1 files changed, 5 insertions, 0 deletions
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 <stdbool.h>
+#include <sys/types.h>
+
+#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;