diff options
Diffstat (limited to 'plugins/common.h')
-rw-r--r-- | plugins/common.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index 3e892522..d878271e 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -98,6 +98,18 @@ #include <locale.h> #endif +#ifdef HAVE_DECL_SWAPCTL +# ifdef HAVE_SYS_SWAP_H +# include <sys/swap.h> +# endif +# ifdef HAVE_SYS_STAT_H +# include <sys/stat.h> +# endif +# ifdef HAVE_SYS_PARAM_H +# include <sys/param.h> +# endif +#endif + /* * * Missing Functions |