diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-25 17:54:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-25 17:54:19 +0000 |
commit | f24dca48290e4a1c731fc0bee94bc9a1f891b3fa (patch) | |
tree | ec2d76f926a1abf2e2950451a5010c510cccff39 /sysdeps | |
parent | 299601a1ef8df4532ded24194c4556e294ab1e6e (diff) | |
download | glibc-f24dca48290e4a1c731fc0bee94bc9a1f891b3fa.tar glibc-f24dca48290e4a1c731fc0bee94bc9a1f891b3fa.tar.gz glibc-f24dca48290e4a1c731fc0bee94bc9a1f891b3fa.tar.bz2 glibc-f24dca48290e4a1c731fc0bee94bc9a1f891b3fa.zip |
Update.
2003-04-25 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/posix/getaddrinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c index 819a85d9ef..062d10849d 100644 --- a/sysdeps/posix/getaddrinfo.c +++ b/sysdeps/posix/getaddrinfo.c @@ -40,6 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <ifaddrs.h> #include <netdb.h> #include <resolv.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |