$OpenBSD$ --- plugins/check_swap.c.orig Wed Feb 7 10:05:35 2007 +++ plugins/check_swap.c Wed Feb 7 10:06:28 2007 @@ -42,14 +42,14 @@ const char *email = "nagiosplug-devel@li #include "utils.h" #ifdef HAVE_DECL_SWAPCTL +# ifdef HAVE_SYS_PARAM_H +# include +# endif # ifdef HAVE_SYS_SWAP_H # include # endif # ifdef HAVE_SYS_STAT_H # include -# endif -# ifdef HAVE_SYS_PARAM_H -# include # endif #endif