Fix for Alioth#314271 (musl libc)

* libmisc/utmp.c: Add include files needed for getaddrinfo().
	See Alioth#314271
This commit is contained in:
Nicolas François 2013-08-07 02:17:52 +02:00
parent 561ba96ec7
commit 45986f8dc8
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-08-07 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/utmp.c: Add include files needed for getaddrinfo().
See Alioth#314271
2013-08-07 Mike Frysinger <vapier@gentoo.org>
* configure.in: Check at configure time whether libc supports

View File

@ -42,6 +42,8 @@
#endif
#include <assert.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>