[Bug 50761] ntdll-Junction_Points update broke macOS compilation

WineHQ Bugzilla wine-bugs at winehq.org
Tue Mar 2 10:06:13 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50761

--- Comment #2 from Gijs Vermeulen <gijsvrm at gmail.com> ---
(In reply to Erich E. Hoover from comment #1)
> I'm really sorry Gijs, it appears that I missed whatever headers are
> necessary on MacOS to pull that in when I moved this code.  Would you please
> try adding these headers (from the fstatfs mac man page)?:
> #ifdef HAVE_SYS_PARAM_H
> #include <sys/param.h>
> #endif
> #ifdef HAVE_SYS_MOUNT_H
> #include <sys/mount.h>
> #endif

Adding these fixes the problem, thanks for the quick fix!

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list