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$ */
|
/* $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 file is part of DeforaOS Desktop Panel */
|
||||||
/* This program is free software: you can redistribute it and/or modify
|
/* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -23,8 +23,8 @@
|
||||||
# include <sys/sysinfo.h>
|
# include <sys/sysinfo.h>
|
||||||
#elif defined(__FreeBSD__) || defined(__NetBSD__)
|
#elif defined(__FreeBSD__) || defined(__NetBSD__)
|
||||||
# include <sys/sysctl.h>
|
# include <sys/sysctl.h>
|
||||||
# if defined(__FreeBSD__)
|
|
||||||
# include <sys/vmmeter.h>
|
# include <sys/vmmeter.h>
|
||||||
|
# if defined(__FreeBSD__)
|
||||||
# include <vm/vm_param.h>
|
# include <vm/vm_param.h>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user