diff options
-rw-r--r-- | plugins-root/check_icmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 4da6ea1..845fc95 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -70,6 +70,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; | |||
70 | #include <netinet/ip_icmp.h> | 70 | #include <netinet/ip_icmp.h> |
71 | #include <arpa/inet.h> | 71 | #include <arpa/inet.h> |
72 | #include <signal.h> | 72 | #include <signal.h> |
73 | #include <float.h> | ||
73 | 74 | ||
74 | 75 | ||
75 | /** sometimes undefined system macros (quite a few, actually) **/ | 76 | /** sometimes undefined system macros (quite a few, actually) **/ |