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