If not kernel, include <stdbool.h>

This commit is contained in:
martin 2011-11-27 10:31:12 +00:00
parent 4fc4feee2e
commit c90e2e5e8e
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: systm.h,v 1.254 2011/11/27 03:52:38 jakllsch Exp $ */
/* $NetBSD: systm.h,v 1.255 2011/11/27 10:31:12 martin Exp $ */
/*-
* Copyright (c) 1982, 1988, 1991, 1993
@ -43,6 +43,9 @@
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
#endif
#ifndef _KERNEL
#include <stdbool.h>
#endif
#include <machine/endian.h>