jakehilborn / displayplacer

macOS command line utility to configure multi-display resolutions and arrangements. Essentially XRandR for macOS.
MIT License
3.74k stars 134 forks source link

Fix: 'mach_error_string' is invalid in C99 #118

Closed jakehilborn closed 1 year ago

jakehilborn commented 1 year ago

Adds <mach/mach.h> include to solve issue with compilation under Catalina: displayplacer.c:495:83: error: implicit declaration of function 'mach_error_string' is invalid in C99