mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
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:
parent
1c55e7287a
commit
0a5cd15e75
1 changed files with 1 additions and 0 deletions
|
|
@ -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) **/
|
||||
|
|
|
|||
Loading…
Reference in a new issue