diff options
| author | christos <christos@NetBSD.org> | 2018-06-02 22:25:30 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-06-02 22:25:30 +0000 |
| commit | 7eb45c2c9fc4e7e318d9f26f5e00a179f5382334 (patch) | |
| tree | eccd176c1d38913f280dfde7c720e46262f17437 /sys | |
| parent | ff5584c1838186392783285edd2d9c0b7498f16d (diff) | |
make his freestanding.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/kernel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index ff1b8d4a6b4..c5bf55fdac9 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.h @@ -1,4 +1,4 @@ -/* $NetBSD: kernel.h,v 1.29 2013/07/30 13:14:30 matt Exp $ */ +/* $NetBSD: kernel.h,v 1.30 2018/06/02 22:25:30 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -40,6 +40,8 @@ #define _SYS_KERNEL_H_ #if defined(_KERNEL) || defined(_STANDALONE) +#include <sys/param.h> + /* Global variables for the kernel. */ extern long hostid; |
