Ninja: sysconf() is declared in unistd.h
This commit is contained in:
parent
bb3675999f
commit
4bb94c9fbd
|
@ -20,6 +20,11 @@
|
|||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
cmNinjaNormalTargetGenerator::
|
||||
cmNinjaNormalTargetGenerator(cmTarget* target)
|
||||
: cmNinjaTargetGenerator(target)
|
||||
|
|
Loading…
Reference in New Issue