mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
No Issue - Fix building ldap on MacOS. Discovered this problem building Epyrus on MacOS, based on this Mozilla Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1652906
This commit is contained in:
parent
e10eeed772
commit
7354cde3ee
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ extern "C" {
|
|||
/* # include <sys/varargs.h> */
|
||||
# include <sys/socket.h>
|
||||
# include <netinet/in.h>
|
||||
#if !defined(XP_OS2) && !defined(DARWIN)
|
||||
#if !defined(XP_OS2)
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
# endif /* defined( _WINDOWS ) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue