diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2021-12-03 12:55:59 +0100 |
|---|---|---|
| committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-15 21:04:32 +0100 |
| commit | ed5b7f0c9faa4eb5c34e0e5fe8da61bf7f4d53dc (patch) | |
| tree | ce27d12299bd645621fa7cc2f0b336f1b7435a28 | |
| parent | aee97b2849f2d91cbb10393bfb77b6aa8b04edc2 (diff) | |
| download | monitoring-plugins-ed5b7f0.tar.gz | |
Re-add include which were used after all
| -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> |
