Module Name:    src
Committed By:   christos
Date:           Sat Jun  2 22:25:30 UTC 2018

Modified Files:
        src/sys/sys: kernel.h

Log Message:
make his freestanding.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/sys/kernel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/kernel.h
diff -u src/sys/sys/kernel.h:1.29 src/sys/sys/kernel.h:1.30
--- src/sys/sys/kernel.h:1.29	Tue Jul 30 09:14:30 2013
+++ src/sys/sys/kernel.h	Sat Jun  2 18:25:30 2018
@@ -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;

Reply via email to