Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Apr 2003 17:54:19 +0000 (17:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Apr 2003 17:54:19 +0000 (17:54 +0000)
2003-04-25  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.

ChangeLog
sysdeps/posix/getaddrinfo.c

index e432c0f..6e6c17f 100644 (file)
--- 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.
index 819a85d..062d108 100644 (file)
@@ -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>