27 Jan
2023
27 Jan
'23
6:45 p.m.
tools.h uses HAVE_SYS_SYSCTL_H as an include guard which, like others set by configure, is defined in config.h. Make sure we pull that in or we never get to include sys/sysctl.h. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2053