mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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