Fix for Alioth#314271 (musl libc)
* libmisc/utmp.c: Add include files needed for getaddrinfo(). See Alioth#314271
This commit is contained in:
parent
561ba96ec7
commit
45986f8dc8
@ -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
|
||||
|
@ -42,6 +42,8 @@
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user