mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-17 10:30:23 +01:00
Bug 13387: Fix compilation failure with AI_ADDRCONFIG
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
6531968a0b
commit
e8ea01bd07
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@
|
|||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#ifndef _AI_ADDRCONFIG
|
||||
#define _AI_ADDRCONFIG 0
|
||||
#ifndef AI_ADDRCONFIG
|
||||
#define AI_ADDRCONFIG 0
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue