Fixed check_icmp compiler warnings by including float.h

Self defined DBL_MAX caused compiler warnings. Now float.h
which defines DBL_MAX is included.
This commit is contained in:
Matthias Eble 2009-06-01 22:41:46 +02:00
parent 1c55e7287a
commit 0a5cd15e75

View file

@ -70,6 +70,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net";
#include <netinet/ip_icmp.h>
#include <arpa/inet.h>
#include <signal.h>
#include <float.h>
/** sometimes undefined system macros (quite a few, actually) **/