mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
automoc: include <unistd.h> on Apple to get pathconf
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#include <cmsys/Terminal.h>
|
||||
|
||||
#include <string.h>
|
||||
#if defined(__APPLE__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "cmQtAutomoc.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user