opt_envsys.h needs #ifdef _KERNEL_OPT
( thanks martin@ )
This commit is contained in:
parent
c45e6c06f4
commit
5ea92e4d6e
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: sysmon_envsysvar.h,v 1.44 2012/09/06 12:10:28 macallan Exp $ */
|
/* $NetBSD: sysmon_envsysvar.h,v 1.45 2012/09/06 12:59:00 macallan Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2007, 2008 Juan Romero Pardines.
|
* Copyright (c) 2007, 2008 Juan Romero Pardines.
|
||||||
@ -40,7 +40,9 @@
|
|||||||
#include <dev/sysmon/sysmonvar.h>
|
#include <dev/sysmon/sysmonvar.h>
|
||||||
#include <prop/proplib.h>
|
#include <prop/proplib.h>
|
||||||
|
|
||||||
|
#ifdef _KERNEL_OPT
|
||||||
#include "opt_envsys.h"
|
#include "opt_envsys.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum sme_descr_type {
|
enum sme_descr_type {
|
||||||
SME_DESC_UNITS = 1,
|
SME_DESC_UNITS = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user