diff options
Diffstat (limited to 'plugins/netutils.h.in')
-rw-r--r-- | plugins/netutils.h.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/netutils.h.in b/plugins/netutils.h.in index be4ae24..1907ab7 100644 --- a/plugins/netutils.h.in +++ b/plugins/netutils.h.in | |||
@@ -34,10 +34,9 @@ | |||
34 | #undef HAVE_STRINGS_H | 34 | #undef HAVE_STRINGS_H |
35 | #undef HAVE_STRING_H | 35 | #undef HAVE_STRING_H |
36 | 36 | ||
37 | #include <sys/socket.h> | 37 | #include "common.h" |
38 | #include <netinet/in.h> | 38 | #include <netinet/in.h> |
39 | #include <arpa/inet.h> | 39 | #include <arpa/inet.h> |
40 | #include <netdb.h> | ||
41 | 40 | ||
42 | void socket_timeout_alarm_handler (int); | 41 | void socket_timeout_alarm_handler (int); |
43 | 42 | ||