diff options
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; |
