From 8efd2d1d907e4741cf979fd123d62965bf9ae3d5 Mon Sep 17 00:00:00 2001 From: "M. Sean Finney" Date: Sat, 2 Sep 2006 20:41:18 +0000 Subject: - explicitly include utils_base.h from utils.h - put utils.h inside of an #ifndef/#endif git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1474 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins') diff --git a/plugins/utils.h b/plugins/utils.h index 1f53aadb..0d00ce85 100644 --- a/plugins/utils.h +++ b/plugins/utils.h @@ -13,6 +13,9 @@ in order to resist overflow attacks. In addition, a few functions are provided to standardize version and error reporting across the entire suite of plugins. */ +/* now some functions etc are being defined in ../lib/utils_base.c */ +#include "utils_base.h" + /* Standardize version information, termination */ /* $Id$ */ -- cgit v1.2.3