summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r--plugins/check_swap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index 1903a00..fb84ca4 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -42,15 +42,15 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net";
42#include "utils.h" 42#include "utils.h"
43 43
44#ifdef HAVE_DECL_SWAPCTL 44#ifdef HAVE_DECL_SWAPCTL
45# ifdef HAVE_SYS_PARAM_H
46# include <sys/param.h>
47# endif
45# ifdef HAVE_SYS_SWAP_H 48# ifdef HAVE_SYS_SWAP_H
46# include <sys/swap.h> 49# include <sys/swap.h>
47# endif 50# endif
48# ifdef HAVE_SYS_STAT_H 51# ifdef HAVE_SYS_STAT_H
49# include <sys/stat.h> 52# include <sys/stat.h>
50# endif 53# endif
51# ifdef HAVE_SYS_PARAM_H
52# include <sys/param.h>
53# endif
54#endif 54#endif
55 55
56#ifndef SWAP_CONVERSION 56#ifndef SWAP_CONVERSION