diff options
| -rw-r--r-- | plugins-root/check_icmp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index d46d2ccc..a5909c44 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
| @@ -54,6 +54,9 @@ const char *email = "devel@monitoring-plugins.org"; | |||
| 54 | #endif | 54 | #endif |
| 55 | 55 | ||
| 56 | #include <sys/time.h> | 56 | #include <sys/time.h> |
| 57 | #if defined(SIOCGIFADDR) | ||
| 58 | #include <sys/ioctl.h> | ||
| 59 | #endif /* SIOCGIFADDR */ | ||
| 57 | #include <errno.h> | 60 | #include <errno.h> |
| 58 | #include <signal.h> | 61 | #include <signal.h> |
| 59 | #include <ctype.h> | 62 | #include <ctype.h> |
