Added missing include for <sys/vmmeter.h> on NetBSD

Reported by yrmt from the EdgeBSD project (thanks!)
This commit is contained in:
Pierre Pronchery 2014-01-20 16:45:00 -06:00
parent 53ea744041
commit 990be542e0

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2010-2013 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2010-2014 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS Desktop Panel */
/* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -23,8 +23,8 @@
# include <sys/sysinfo.h>
#elif defined(__FreeBSD__) || defined(__NetBSD__)
# include <sys/sysctl.h>
# include <sys/vmmeter.h>
# if defined(__FreeBSD__)
# include <sys/vmmeter.h>
# include <vm/vm_param.h>
# endif
#endif