mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
use HAVE_SYS_SYSCTL_H
This commit is contained in:
parent
1d96b1a5ad
commit
d8e6cd0f8b
1 changed files with 2 additions and 0 deletions
|
|
@ -18,7 +18,9 @@
|
|||
|
||||
#include <isc/meminfo.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_SYS_SYSCTL_H
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
isc_uint64_t
|
||||
isc_meminfo_totalphys(void) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue