Code

Fixed check_icmp compiler warnings by including float.h
authorMatthias Eble <psychotrahe@gmx.de>
Mon, 1 Jun 2009 20:41:46 +0000 (22:41 +0200)
committerMatthias Eble <psychotrahe@gmx.de>
Mon, 1 Jun 2009 20:41:46 +0000 (22:41 +0200)
commit0a5cd15e75d512a9cbb84480b820ee787cbbdcb5
tree4c7069894f386901aa029375c4642a46e1ba83e7
parent1c55e7287a4b1441958236956d20a2d908b3d8c3
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.
plugins-root/check_icmp.c