Merge topic 'include-unistd-on-mac'

8a70495 automoc: include <unistd.h> on Apple to get pathconf
This commit is contained in:
David Cole 2012-04-03 15:58:53 -04:00 committed by CMake Topic Stage
commit b450b6dcc7
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
#include <cmsys/Terminal.h>
#include <string.h>
#if defined(__APPLE__)
#include <unistd.h>
#endif
#include "cmQtAutomoc.h"