mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
2003-04-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
This commit is contained in:
parent
299601a1ef
commit
f24dca4829
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user