aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-25 17:54:19 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-25 17:54:19 +0000
commitf24dca48290e4a1c731fc0bee94bc9a1f891b3fa (patch)
treeec2d76f926a1abf2e2950451a5010c510cccff39
parent299601a1ef8df4532ded24194c4556e294ab1e6e (diff)
downloadglibc-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>.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/posix/getaddrinfo.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e432c0f4a9..6e6c17f81a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-25 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
+
2003-04-22 Jakub Jelinek <jakub@redhat.com>
* include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
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>