mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
automoc: include <unistd.h> on Apple to get pathconf
This commit is contained in:
parent
3eb3d5f306
commit
8a704955e1
@ -20,6 +20,9 @@
|
||||
#include <cmsys/Terminal.h>
|
||||
|
||||
#include <string.h>
|
||||
#if defined(__APPLE__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "cmQtAutomoc.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user