diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 09:22:57 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 10:19:08 (GMT) |
commit | 71cdb52799220f8d9052643baf1d3e9836a9c755 (patch) | |
tree | 27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /plugins/netutils.h | |
parent | f7afa46586645e50498d8b2d0c67884f014dc3a4 (diff) | |
download | monitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz |
Sync with gnulib
Diffstat (limited to 'plugins/netutils.h')
-rw-r--r-- | plugins/netutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/netutils.h b/plugins/netutils.h index 85c92fc..6bc5386 100644 --- a/plugins/netutils.h +++ b/plugins/netutils.h | |||
@@ -35,7 +35,7 @@ | |||
35 | #include "utils.h" | 35 | #include "utils.h" |
36 | #include <netinet/in.h> | 36 | #include <netinet/in.h> |
37 | #include <arpa/inet.h> | 37 | #include <arpa/inet.h> |
38 | #include "getaddrinfo.h" | 38 | #include <netdb.h> |
39 | 39 | ||
40 | #ifdef HAVE_SYS_UN_H | 40 | #ifdef HAVE_SYS_UN_H |
41 | # include <sys/un.h> | 41 | # include <sys/un.h> |