c052f58eab
On OpenBSD 5.6 sys/ucred.h uses NGROUP define, but misses include to sys/param.h in which NGROUP is defined. sys/ucred.h is included in sys/mount.h which we need to get the cached ram. Because of this include chain our compilation will fail with missing NGROUP define. This can be resolved by including in our code (and in correct order) system headers. |
||
---|---|---|
.. | ||
cpu.cc | ||
cpu.h | ||
error.h | ||
load.cc | ||
load.h | ||
memory.cc | ||
memory.h |