Added missing include for <sys/vmmeter.h> on NetBSD
Reported by yrmt from the EdgeBSD project (thanks!)
This commit is contained in:
parent
53ea744041
commit
990be542e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user