diff options
Diffstat (limited to 'plugins/utils.c')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/netutils.c b/plugins/netutils.c index e5d3528..fc85a24 100644 --- a/plugins/netutils.c +++ b/plugins/netutils.c | |||
@@ -31,10 +31,8 @@ | |||
31 | 31 | ||
32 | #include "config.h" | 32 | #include "config.h" |
33 | #include "common.h" | 33 | #include "common.h" |
34 | #include <sys/socket.h> | ||
35 | #include <netinet/in.h> | 34 | #include <netinet/in.h> |
36 | #include <arpa/inet.h> | 35 | #include <arpa/inet.h> |
37 | #include <netdb.h> | ||
38 | 36 | ||
39 | extern int socket_timeout; | 37 | extern int socket_timeout; |
40 | RETSIGTYPE socket_timeout_alarm_handler (int); | 38 | RETSIGTYPE socket_timeout_alarm_handler (int); |