[Nagiosplug-checkins] CVS: nagiosplug/plugins common.h,1.8,1.9
Karl DeBisschop
kdebisschop at users.sourceforge.net
Tue Sep 2 23:01:17 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv1738/plugins
Modified Files:
common.h
Log Message:
include math.h if needed for HUGE_VAL
Index: common.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/common.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** common.h 9 Aug 2003 06:51:29 -0000 1.8
--- common.h 3 Sep 2003 06:00:50 -0000 1.9
***************
*** 41,44 ****
--- 41,48 ----
#include <errno.h>
+ #ifdef HUGE_VAL_NEEDS_MATH_H
+ #include <math.h>
+ #endif
+
#ifdef HAVE_STRINGS_H
#include <strings.h>
More information about the Commits
mailing list