mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
use HAVE_SYS_SYSCTL_H
This commit is contained in:
parent
1d96b1a5ad
commit
d8e6cd0f8b
@ -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…
x
Reference in New Issue
Block a user