From 3038819fef47495af2730b0d2df2a5a8475fc7bb Mon Sep 17 00:00:00 2001 From: "M. Sean Finney" Date: Mon, 31 Oct 2005 20:03:19 +0000 Subject: code cleanups, largely resulting from turning on -Wall. mostly unused variables and explicit casting issues, but there were a couple gotchas in there too. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1267 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/common.h') diff --git a/plugins/common.h b/plugins/common.h index 5eac63e4..b4699cef 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -45,7 +45,7 @@ #include #include -#ifdef HUGE_VAL_NEEDS_MATH_H +#ifdef HAVE_MATH_H #include #endif -- cgit v1.2.3