Partially fix the build on NetBSD

This commit is contained in:
Pierre Pronchery 2016-02-04 00:37:04 +01:00
parent 3f12810f6a
commit 8f0a2c09dd

View File

@ -160,6 +160,7 @@ static int _sysinfo_loads_sysctl(struct sysinfo * info)
# endif # endif
# if defined(_sysinfo_ram_sysctl) # if defined(_sysinfo_ram_sysctl)
# include <uvm/uvm.h>
static int _sysinfo_ram_sysctl(struct sysinfo * info) static int _sysinfo_ram_sysctl(struct sysinfo * info)
{ {
int mib[2]; int mib[2];