diff options
| -rw-r--r-- | plugins-root/check_icmp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 7a3d7464..a271ab6e 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
| @@ -53,20 +53,20 @@ const char *email = "devel@monitoring-plugins.org"; | |||
| 53 | 53 | ||
| 54 | /* | 54 | /* |
| 55 | #include <sys/ioctl.h> | 55 | #include <sys/ioctl.h> |
| 56 | #include <sys/time.h> | ||
| 57 | #include <sys/types.h> | 56 | #include <sys/types.h> |
| 58 | #include <stdio.h> | 57 | #include <stdio.h> |
| 59 | #include <stdlib.h> | 58 | #include <stdlib.h> |
| 60 | #include <stdarg.h> | 59 | #include <stdarg.h> |
| 61 | #include <unistd.h> | 60 | #include <unistd.h> |
| 62 | #include <stddef.h> | 61 | #include <stddef.h> |
| 63 | #include <errno.h> | ||
| 64 | #include <string.h> | 62 | #include <string.h> |
| 65 | #include <netdb.h> | 63 | #include <netdb.h> |
| 66 | #include <sys/socket.h> | 64 | #include <sys/socket.h> |
| 67 | #include <signal.h> | ||
| 68 | #include <float.h> | 65 | #include <float.h> |
| 69 | */ | 66 | */ |
| 67 | #include <sys/time.h> | ||
| 68 | #include <errno.h> | ||
| 69 | #include <signal.h> | ||
| 70 | #include <ctype.h> | 70 | #include <ctype.h> |
| 71 | #include <net/if.h> | 71 | #include <net/if.h> |
| 72 | #include <netinet/in_systm.h> | 72 | #include <netinet/in_systm.h> |
