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