Fix macOS build, missing include

feature/hunter
Nimetu 3 years ago
parent a356abdd7c
commit f4726d6964

@ -188,6 +188,7 @@
# endif // NL_CPU_INTEL
# ifdef NL_OS_MAC
# include <sys/mount.h>
# include <sys/sysctl.h>
# else
# include <sys/vfs.h>
# endif

Loading…
Cancel
Save