From f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 14 Dec 2017 13:48:56 +0100 Subject: support: Simplify compiling most of support/ outside of glibc Some include files were missing because they are implied by the in-tree build process. Reviewed-by: Adhemerval Zanella --- support/check_addrinfo.c | 1 + support/check_dns_packet.c | 1 + support/check_hostent.c | 1 + support/check_netent.c | 1 + support/support_can_chroot.c | 2 +- support/support_format_addrinfo.c | 1 + support/support_format_dns_packet.c | 1 + support/support_format_hostent.c | 1 + support/support_format_netent.c | 1 + support/support_write_file_string.c | 2 +- support/xdlfcn.c | 1 + 11 files changed, 11 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/check_addrinfo.c b/support/check_addrinfo.c index 55895ace3c..c47f105ce6 100644 --- a/support/check_addrinfo.c +++ b/support/check_addrinfo.c @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/support/check_dns_packet.c b/support/check_dns_packet.c index d2a31bed7b..6d14bd90c0 100644 --- a/support/check_dns_packet.c +++ b/support/check_dns_packet.c @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/support/check_hostent.c b/support/check_hostent.c index 890d672d50..47fb8bc332 100644 --- a/support/check_hostent.c +++ b/support/check_hostent.c @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/support/check_netent.c b/support/check_netent.c index daa3083fd1..80b69309b4 100644 --- a/support/check_netent.c +++ b/support/check_netent.c @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/support/support_can_chroot.c b/support/support_can_chroot.c index 0dfd2deb54..a462753f76 100644 --- a/support/support_can_chroot.c +++ b/support/support_can_chroot.c @@ -21,9 +21,9 @@ #include #include #include +#include #include #include -#include static void callback (void *closure) diff --git a/support/support_format_addrinfo.c b/support/support_format_addrinfo.c index eedb030591..daf335f775 100644 --- a/support/support_format_addrinfo.c +++ b/support/support_format_addrinfo.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include diff --git a/support/support_format_dns_packet.c b/support/support_format_dns_packet.c index 2992c57971..e5ef1aa4b3 100644 --- a/support/support_format_dns_packet.c +++ b/support/support_format_dns_packet.c @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/support/support_format_hostent.c b/support/support_format_hostent.c index 88c85ec1f1..0aac17972b 100644 --- a/support/support_format_hostent.c +++ b/support/support_format_hostent.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include diff --git a/support/support_format_netent.c b/support/support_format_netent.c index 020f5720d9..be8f1720a2 100644 --- a/support/support_format_netent.c +++ b/support/support_format_netent.c @@ -20,6 +20,7 @@ #include #include +#include #include #include diff --git a/support/support_write_file_string.c b/support/support_write_file_string.c index 48e89597f3..48736530bf 100644 --- a/support/support_write_file_string.c +++ b/support/support_write_file_string.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include void support_write_file_string (const char *path, const char *contents) diff --git a/support/xdlfcn.c b/support/xdlfcn.c index 6e3979983d..05966c41ef 100644 --- a/support/xdlfcn.c +++ b/support/xdlfcn.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include -- cgit 1.4.1